============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ymbb/0021b9/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/ymbb/0021b9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b9/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/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453512 byte(s) leaked in 8611 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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021b9/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/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/ymbb/0021b9/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b9/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/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021b9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_d0hah4rr' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 321752
DEBUG    ya.test:process.py:259 Command (pid 321752) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 321752) elapsed time (sec): 73.65335988998413
DEBUG    ya.test:process.py:263 Command (pid 321752) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321752) inblock: 240696
DEBUG    ya.test:process.py:263 Command (pid 321752) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321752) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321752) majflt: 5444
DEBUG    ya.test:process.py:263 Command (pid 321752) maxrss: 1422408
DEBUG    ya.test:process.py:263 Command (pid 321752) minflt: 950234
DEBUG    ya.test:process.py:263 Command (pid 321752) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 321752) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 321752) nivcsw: 1661
DEBUG    ya.test:process.py:263 Command (pid 321752) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 321752) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 321752) nvcsw: 113151
DEBUG    ya.test:process.py:263 Command (pid 321752) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 321752) stime: 3.715363
DEBUG    ya.test:process.py:263 Command (pid 321752) utime: 11.807655
DEBUG    ya.test:process.py:263 Command (pid 321752) wtime: 73.686
DEBUG    ya.test:process.py:275 Command (pid 321752) output:
2025-12-06T12:48:04.035875Z Fetching udfs...
2025-12-06T12:48:07.556569Z Initialization of fq runner...
2025-12-06T12:48:15.128627Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.871707s

DEBUG    ya.test:process.py:276 Command (pid 321752) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b79468f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b7946eb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b7946eb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b7946eb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7946809806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7946809806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7946eaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7946eb0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b7946eb0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b79468a03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b79468f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b7946eb80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7946809806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7946809806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7946eaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b7946eb0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b7946eb0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b79468a03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b79468f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b7946eb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b7946eb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b7946eb4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7946822fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7946822fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7946eaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b7946edb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b79468f1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b79468f1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b79468f1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b7946eb75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b7946eb4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7946828b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b79467a38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b79467acb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b7946eb73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b7946eb71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b7946eb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b7946eb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b7946eb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f79654fed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7946809eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7946809eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b79468a3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b79468a3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b794689f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b79468f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b7946eb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b7946eb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b7946eb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7946822fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7946822fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7946eaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b7946edbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b79468f05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7946828b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b79468410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b79468410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b79468410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b79467a8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b79467a8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b794681064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b794681116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b794681116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b794681116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b79468129f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b79467f988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b7946eb7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b7946eb7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b7946eb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b7946eb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b7946eb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f79654fed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7946822fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7946822fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7946eaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7946eaec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b7946ea519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b7946ea519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b7946ea18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b7946ea18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b7946eb753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b7946eb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f79654fed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7946822fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7946822fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7946eaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7946eaec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b7946edbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b7946799272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7946809806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7946809806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7946eaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b7946edbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b79467f4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7946809806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7946809806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7946eaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7946edbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b7946799272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7946809d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7946809d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b79467a8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b7946798ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b7946798ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b794689f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b79468f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b7946eb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b7946eb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b7946eb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7946828b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b79468410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b79468410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b79468410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b79467a8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b79467a8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b794681064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b794681116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b794681116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b794681116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b794680d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b79467ed4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b7946798ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7946798ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b794689f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b7946799091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b7946799091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b794679968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b794679968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b79468f19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b79468f19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b7946eb75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b794678d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b794678d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b7946eaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7946edbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453512 byte(s) leaked in 8611 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 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b79468f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b7946eb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b7946eb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b7946eb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7946809806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7946809806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7946eaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7946eb0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b7946eb0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b79468a03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b79468f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b7946eb80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7946809806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7946809806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7946eaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b7946eb0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b7946eb0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b79468a03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b79468f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b7946eb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b7946eb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b7946eb4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7946822fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7946822fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7946eaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b7946edb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b79468f1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b79468f1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b79468f1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b7946eb75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b7946eb4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7946828b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b79467a38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b79467acb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b7946eb73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b7946eb71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b7946eb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b7946eb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b7946eb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f79654fed8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7946809eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7946809eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b79468a3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b79468a3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b794689f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b79468f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b7946eb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b7946eb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b7946eb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7946822fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7946822fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7946eaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b7946edbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b79468f05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7946828b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b79468410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b79468410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b79468410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b79467a8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b79467a8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b794681064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b794681116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b794681116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b794681116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b79468129f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b79467f988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b7946eb7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b7946eb7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b7946eb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b7946eb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b7946eb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f79654fed8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7946822fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7946822fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7946eaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7946eaec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b7946ea519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b7946ea519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b7946ea18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b7946ea18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b7946eb753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b7946eb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f79654fed8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7946822fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7946822fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7946eaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7946eaec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b7946edbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b7946799272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7946809806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7946809806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7946eaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b7946edbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b79467f4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7946809806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7946809806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7946eaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7946edbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b7946799272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7946789f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7946789f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7946809d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7946809d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b79467a8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b7946798ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b7946798ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b794689f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b7946799272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b79468f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b79468f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b7946eb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b7946eb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b7946eb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b7946eb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b7946eb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b7947317db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b7947317db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79473176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b79463ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b794682172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7946828b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b79468410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b79468410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b79468410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b79467a8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b79467a8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b794681064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b794681116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b794681116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b794681116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b794680d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b79467ed4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b7946798ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7946798ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b794689f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b7946799091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b7946799091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b794679968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b794679968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b79468f19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b79468f19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b7946eb75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b794678d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b794678d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b7946eaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7946eaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7946eaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7946eac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7946eac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7946edbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b79467f5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b79468f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b79468f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b79468f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b79467f4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b794689d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b794689d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b79468958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b79468958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b79468958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7946871960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7946871960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b79468a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b7946799e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7946799e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b7946799d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b79468f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b79468f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b7946870977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7946870977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b79467f4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b794679936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b794679936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453512 byte(s) leaked in 8611 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
73.73s call     test_sql_negative.py::test[watermarks-bad_column-default.txt]
0.04s setup    test_sql_negative.py::test[watermarks-bad_column-default.txt]

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

SUMMARY: AddressSanitizer: 453512 byte(s) leaked in 8611 allocation(s).
========================= 1 failed in 74.53s (0:01:14) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ymbb/0021bf/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/ymbb/0021bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021bf/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/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453555 byte(s) leaked in 8612 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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021bf/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/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/ymbb/0021bf/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021bf/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/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 321751
DEBUG    ya.test:process.py:259 Command (pid 321751) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 321751) elapsed time (sec): 74.16536855697632
DEBUG    ya.test:process.py:263 Command (pid 321751) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321751) inblock: 351880
DEBUG    ya.test:process.py:263 Command (pid 321751) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321751) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321751) majflt: 5426
DEBUG    ya.test:process.py:263 Command (pid 321751) maxrss: 1425664
DEBUG    ya.test:process.py:263 Command (pid 321751) minflt: 950338
DEBUG    ya.test:process.py:263 Command (pid 321751) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 321751) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 321751) nivcsw: 1673
DEBUG    ya.test:process.py:263 Command (pid 321751) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 321751) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 321751) nvcsw: 114376
DEBUG    ya.test:process.py:263 Command (pid 321751) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 321751) stime: 3.939
DEBUG    ya.test:process.py:263 Command (pid 321751) utime: 11.792006
DEBUG    ya.test:process.py:263 Command (pid 321751) wtime: 74.186
DEBUG    ya.test:process.py:275 Command (pid 321751) output:
2025-12-06T12:48:04.044461Z Fetching udfs...
2025-12-06T12:48:07.556424Z Initialization of fq runner...
2025-12-06T12:48:15.159075Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.048264s

DEBUG    ya.test:process.py:276 Command (pid 321751) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b13f88605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b13f8e280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b13f8e278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b13f8e24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b13f8779806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b13f8779806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b13f8e1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b13f8e20090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b13f8e20090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b13f88103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b13f88605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b13f8e280c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b13f8779806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b13f8779806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b13f8e1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b13f8e20090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b13f8e20090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b13f88103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b13f88605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b13f8e280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b13f8e278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b13f8e24aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b13f8792fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b13f8792fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b13f8e1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b13f8e4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b13f8861a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b13f8861a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b13f8861a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b13f8e275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b13f8e24aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b13f8798b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b13f87138f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b13f871cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b13f8e273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b13f8e271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b13f8e26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b13f8e24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b13f8e24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f1417479d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b13f8779eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b13f8779eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b13f8813206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b13f8813206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b13f880f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b13f88605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b13f8e280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b13f8e278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b13f8e24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b13f8792fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b13f8792fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b13f8e1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b13f8e4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b13f88605fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b13f8798b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b13f87b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b13f87b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b13f87b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b13f8718dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b13f8718dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b13f878064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b13f878116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b13f878116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b13f878116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b13f87829f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b13f876988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b13f8e27044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b13f8e27044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b13f8e26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b13f8e24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b13f8e24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f1417479d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b13f8792fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b13f8792fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b13f8e1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b13f8e1ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b13f8e1519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b13f8e1519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b13f8e118ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b13f8e118c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b13f8e2753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b13f8e24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f1417479d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b13f8792fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b13f8792fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b13f8e1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b13f8e1ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b13f8e4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b13f8709272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b13f8779806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b13f8779806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b13f8e1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b13f8e4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b13f8764b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b13f8779806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b13f8779806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b13f8e1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b13f8e4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b13f8709272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b13f8779d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b13f8779d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b13f8718ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b13f8708ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b13f8708ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b13f880f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b13f88605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b13f8e280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b13f8e278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b13f8e24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b13f8798b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b13f87b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b13f87b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b13f87b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b13f8718dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b13f8718dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b13f878064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b13f878116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b13f878116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b13f878116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b13f877d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b13f875d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b13f8708ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b13f8708ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b13f880f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b13f8709091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b13f8709091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b13f870968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b13f870968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b13f88619d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b13f88619d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b13f8e275c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b13f86fd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b13f86fd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b13f8e1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b13f8e4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453555 byte(s) leaked in 8612 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 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b13f88605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b13f8e280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b13f8e278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b13f8e24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b13f8779806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b13f8779806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b13f8e1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b13f8e20090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b13f8e20090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b13f88103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b13f88605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b13f8e280c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b13f8779806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b13f8779806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b13f8e1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b13f8e20090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b13f8e20090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b13f88103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b13f88605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b13f8e280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b13f8e278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b13f8e24aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b13f8792fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b13f8792fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b13f8e1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b13f8e4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b13f8861a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b13f8861a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b13f8861a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b13f8e275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b13f8e24aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b13f8798b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b13f87138f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b13f871cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b13f8e273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b13f8e271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b13f8e26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b13f8e24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b13f8e24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f1417479d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b13f8779eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b13f8779eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b13f8813206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b13f8813206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b13f880f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b13f88605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b13f8e280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b13f8e278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b13f8e24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b13f8792fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b13f8792fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b13f8e1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b13f8e4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b13f88605fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b13f8798b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b13f87b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b13f87b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b13f87b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b13f8718dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b13f8718dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b13f878064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b13f878116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b13f878116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b13f878116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b13f87829f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b13f876988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b13f8e27044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b13f8e27044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b13f8e26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b13f8e24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b13f8e24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f1417479d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b13f8792fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b13f8792fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b13f8e1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b13f8e1ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b13f8e1519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b13f8e1519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b13f8e118ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b13f8e118c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b13f8e2753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b13f8e24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f1417479d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b13f8792fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b13f8792fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b13f8e1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b13f8e1ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b13f8e4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b13f8709272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b13f8779806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b13f8779806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b13f8e1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b13f8e4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b13f8764b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b13f8779806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b13f8779806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b13f8e1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b13f8e4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b13f8709272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f86f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b13f86f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b13f8779d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b13f8779d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b13f8718ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b13f8708ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b13f8708ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b13f880f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b13f8709272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b13f88607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b13f88605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b13f8e280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b13f8e278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b13f8e24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b13f8e24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b13f8e24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b13f9287db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b13f9287db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b13f92876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b13f833a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f879172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b13f8798b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b13f87b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b13f87b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b13f87b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b13f8718dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b13f8718dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b13f878064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b13f878116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b13f878116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b13f878116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b13f877d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b13f875d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b13f8708ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b13f8708ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b13f880f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b13f8709091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b13f8709091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b13f870968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b13f870968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b13f88619d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b13f88619d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b13f8e275c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b13f86fd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b13f86fd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b13f8e1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b13f8e1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b13f8e1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b13f8e1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b13f8e1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b13f8e4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b13f8765f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b13f88632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b13f88632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b13f88632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b13f8764d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b13f880d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b13f880d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b13f88058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b13f88058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b13f88058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b13f87e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453555 byte(s) leaked in 8612 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
74.24s call     test_sql_negative.py::test[watermarks-bad_pushdown-default.txt]
0.04s 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/ymbb/0021bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021bf/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/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_5bspz14p/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b13f87e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b13f881140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b13f8709e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b13f8709e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b13f8709d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b13f8860cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b13f8860cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b13f87e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b13f87e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b13f8764b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b13f870936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b13f870936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453555 byte(s) leaked in 8612 allocation(s).
========================= 1 failed in 75.01s (0:01:15) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ymbb/002148/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.09s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ymbb/00216d/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.36s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453371 byte(s) leaked in 8609 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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/00216f/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j2dqqtp4' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 321865
DEBUG    ya.test:process.py:259 Command (pid 321865) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 321865) elapsed time (sec): 72.9258337020874
DEBUG    ya.test:process.py:263 Command (pid 321865) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321865) inblock: 207184
DEBUG    ya.test:process.py:263 Command (pid 321865) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321865) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321865) majflt: 5011
DEBUG    ya.test:process.py:263 Command (pid 321865) maxrss: 1457000
DEBUG    ya.test:process.py:263 Command (pid 321865) minflt: 951315
DEBUG    ya.test:process.py:263 Command (pid 321865) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 321865) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 321865) nivcsw: 2437
DEBUG    ya.test:process.py:263 Command (pid 321865) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 321865) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 321865) nvcsw: 114533
DEBUG    ya.test:process.py:263 Command (pid 321865) oublock: 9568
DEBUG    ya.test:process.py:263 Command (pid 321865) stime: 3.820564
DEBUG    ya.test:process.py:263 Command (pid 321865) utime: 12.035452
DEBUG    ya.test:process.py:263 Command (pid 321865) wtime: 72.962
DEBUG    ya.test:process.py:275 Command (pid 321865) output:
2025-12-06T12:48:04.036325Z Fetching udfs...
2025-12-06T12:48:07.556449Z Initialization of fq runner...
2025-12-06T12:48:15.148324Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.678279s
2025-12-06T12:48:16.833253Z Fetching query results...
2025-12-06T12:48:16.833282Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 321865) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b0927d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b09282c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b09282c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b09282c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0927c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0927c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b09282bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b09282c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b09282c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b0927cb03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b0927d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b09282c80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0927c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0927c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b09282bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b09282c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b09282c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b0927cb03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b0927d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b09282c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b09282c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b09282c4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0927c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0927c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b09282bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b09282eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b0927d01a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b0927d01a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b0927d01a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b09282c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b09282c4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0927c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0927bb38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b0927bbcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b09282c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b09282c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b09282c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b09282c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b09282c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f0946919d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0927c19eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0927c19eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b0927cb3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b0927cb3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b0927caf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b0927d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b09282c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b09282c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b09282c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0927c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0927c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b09282bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b09282ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b0927d005fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0927c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0927c510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0927c510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0927c510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0927bb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0927bb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0927c2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0927c2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0927c2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0927c2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0927c229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b0927c0988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b09282c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b09282c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b09282c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b09282c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b09282c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f0946919d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0927c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0927c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b09282bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b09282bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b09282b519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b09282b519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b09282b18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b09282b18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b09282c753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b09282c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f0946919d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0927c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0927c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b09282bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b09282bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b09282ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b0927ba9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0927c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0927c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b09282bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b09282ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b0927c04b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0927c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0927c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b09282bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b09282ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b0927ba9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0927c19d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0927c19d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b0927bb8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b0927ba8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b0927ba8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b0927caf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b0927d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b09282c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b09282c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b09282c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0927c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0927c510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0927c510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0927c510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0927bb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0927bb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0927c2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0927c2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0927c2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0927c2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0927c1d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b0927bfd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b0927ba8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0927ba8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b0927caf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b0927ba9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b0927ba9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b0927ba968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b0927ba968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b0927d019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b0927d019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b09282c75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0927b9d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b0927b9d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b09282bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b09282ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453371 byte(s) leaked in 8609 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 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b0927d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b09282c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b09282c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b09282c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0927c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0927c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b09282bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b09282c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b09282c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b0927cb03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b0927d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b09282c80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0927c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0927c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b09282bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b09282c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b09282c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b0927cb03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b0927d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b09282c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b09282c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b09282c4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0927c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0927c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b09282bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b09282eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b0927d01a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b0927d01a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b0927d01a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b09282c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b09282c4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0927c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0927bb38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b0927bbcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b09282c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b09282c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b09282c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b09282c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b09282c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f0946919d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0927c19eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0927c19eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b0927cb3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b0927cb3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b0927caf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b0927d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b09282c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b09282c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b09282c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0927c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0927c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b09282bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b09282ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b0927d005fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0927c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0927c510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0927c510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0927c510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0927bb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0927bb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0927c2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0927c2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0927c2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0927c2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0927c229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b0927c0988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b09282c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b09282c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b09282c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b09282c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b09282c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f0946919d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0927c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0927c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b09282bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b09282bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b09282b519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b09282b519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b09282b18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b09282b18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b09282c753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b09282c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f0946919d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0927c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0927c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b09282bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b09282bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b09282ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b0927ba9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0927c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0927c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b09282bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b09282ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b0927c04b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0927c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0927c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b09282bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b09282ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b0927ba9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0927b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0927c19d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0927c19d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b0927bb8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b0927ba8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b0927ba8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b0927caf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b0927ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b0927d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b0927d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b09282c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b09282c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b09282c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b09282c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b09282c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b0928727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b0928727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09287276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09277da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0927c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0927c510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0927c510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0927c510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0927bb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0927bb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0927c2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0927c2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0927c2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0927c2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0927c1d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b0927bfd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b0927ba8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0927ba8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b0927caf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b0927ba9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b0927ba9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b0927ba968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b0927ba968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b0927d019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b0927d019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b09282c75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0927b9d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b0927b9d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b09282bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b09282bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b09282bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b09282bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b09282bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b09282ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0927c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0927d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0927d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b0927d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0927c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b0927cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0927cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0927ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0927ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0927ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0927c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0927c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0927cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0927ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0927ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0927ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0927d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b0927d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b0927c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0927c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0927c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0927ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0927ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453371 byte(s) leaked in 8609 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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bcfff8c936c 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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 341124
DEBUG    ya.test:process.py:259 Command (pid 341124) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 341124) elapsed time (sec): 20.39930820465088
DEBUG    ya.test:process.py:263 Command (pid 341124) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341124) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 341124) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341124) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341124) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 341124) maxrss: 1462148
DEBUG    ya.test:process.py:263 Command (pid 341124) minflt: 963744
DEBUG    ya.test:process.py:263 Command (pid 341124) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 341124) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 341124) nivcsw: 2249
DEBUG    ya.test:process.py:263 Command (pid 341124) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 341124) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 341124) nvcsw: 103182
DEBUG    ya.test:process.py:263 Command (pid 341124) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 341124) stime: 3.803083
DEBUG    ya.test:process.py:263 Command (pid 341124) utime: 12.598785
DEBUG    ya.test:process.py:263 Command (pid 341124) wtime: 20.403
DEBUG    ya.test:process.py:275 Command (pid 341124) output:
2025-12-06T12:48:59.952475Z Fetching udfs...
2025-12-06T12:49:00.499423Z Initialization of fq runner...
2025-12-06T12:49:04.918654Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.290150s
2025-12-06T12:49:06.215393Z Fetching query results...
2025-12-06T12:49:06.215422Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 341124) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bcfffa205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bcffffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bcffffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bcffffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcfff939806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcfff939806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcffffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcffffe0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bcffffe0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bcfff9d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bcfffa205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bcffffe80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcfff939806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcfff939806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcffffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bcffffe0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bcffffe0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bcfff9d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bcfffa205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bcffffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bcffffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bcffffe4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcfff952fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcfff952fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcffffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd00000b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bcfffa21a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bcfffa21a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bcfffa21a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bcffffe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bcffffe4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcfff958b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcfff8d38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bcfff8dcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bcffffe73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bcffffe71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bcffffe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bcffffe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bcffffe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fd01e630d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcfff939eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcfff939eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bcfff9d3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bcfff9d3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bcfff9cf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bcfffa205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bcffffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bcffffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bcffffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcfff952fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcfff952fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcffffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bd00000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bcfffa205fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcfff958b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcfff9710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcfff9710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcfff9710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcfff8d8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcfff8d8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcfff94064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcfff94116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcfff94116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcfff94116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcfff9429f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bcfff92988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bcffffe7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bcffffe7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bcffffe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bcffffe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bcffffe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fd01e630d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcfff952fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcfff952fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcffffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcffffdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bcffffd519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bcffffd519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bcffffd18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bcffffd18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bcffffe753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bcffffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fd01e630d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcfff952fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcfff952fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcffffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcffffdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bd00000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bcfff8c9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcfff939806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcfff939806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcffffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd00000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bcfff924b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcfff939806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcfff939806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcffffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd00000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bcfff8c9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcfff939d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcfff939d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bcfff8d8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bcfff8c8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bcfff8c8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bcfff9cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bcfffa205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bcffffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bcffffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bcffffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcfff958b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcfff9710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcfff9710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcfff9710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcfff8d8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcfff8d8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcfff94064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcfff94116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcfff94116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcfff94116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcfff93d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bcfff91d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bcfff8c8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcfff8c8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bcfff9cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bcfff8c9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bcfff8c9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bcfff8c968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bcfff8c968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bcfffa219d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bcfffa219d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bcffffe75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcfff8bd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bcfff8bd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bcffffdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd00000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcfff8c936c 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 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bcfffa205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bcffffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bcffffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bcffffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcfff939806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcfff939806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcffffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcffffe0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bcffffe0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bcfff9d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bcfffa205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bcffffe80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcfff939806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcfff939806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcffffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bcffffe0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bcffffe0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bcfff9d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bcfffa205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bcffffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bcffffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bcffffe4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcfff952fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcfff952fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcffffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd00000b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bcfffa21a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bcfffa21a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bcfffa21a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bcffffe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bcffffe4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcfff958b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcfff8d38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bcfff8dcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bcffffe73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bcffffe71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bcffffe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bcffffe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bcffffe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fd01e630d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcfff939eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcfff939eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bcfff9d3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bcfff9d3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bcfff9cf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bcfffa205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bcffffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bcffffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bcffffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcfff952fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcfff952fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcffffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bd00000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bcfffa205fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcfff958b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcfff9710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcfff9710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcfff9710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcfff8d8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcfff8d8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcfff94064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcfff94116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcfff94116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcfff94116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcfff9429f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bcfff92988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bcffffe7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bcffffe7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bcffffe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bcffffe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bcffffe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fd01e630d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcfff952fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcfff952fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcffffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcffffdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bcffffd519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bcffffd519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bcffffd18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bcffffd18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bcffffe753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bcffffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fd01e630d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcfff952fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcfff952fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcffffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcffffdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bd00000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bcfff8c9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcfff939806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcfff939806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcffffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd00000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bcfff924b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcfff939806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcfff939806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcffffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd00000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bcfff8c9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff8b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcfff8b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcfff939d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcfff939d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bcfff8d8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bcfff8c8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bcfff8c8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bcfff9cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bcfff8c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bcfff8c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bcfffa207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bcfffa205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bcffffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bcffffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bcffffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bcffffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bcffffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bd000447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bd000447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0004476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcfff4fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff95172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcfff958b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcfff9710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcfff9710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcfff9710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcfff8d8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcfff8d8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcfff94064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcfff94116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcfff94116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcfff94116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcfff93d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bcfff91d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bcfff8c8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcfff8c8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bcfff9cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bcfff8c9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bcfff8c9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bcfff8c968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bcfff8c968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bcfffa219d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bcfffa219d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bcffffe75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcfff8bd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bcfff8bd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bcffffdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcffffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcffffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcffffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcffffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd00000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcfff925f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcfffa232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcfffa232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bcfffa232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcfff924d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bcfff9cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcfff9cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcfff9c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcfff9c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcfff9c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcfff9a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcfff8c936c 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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bbc0d05936c 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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 346016
DEBUG    ya.test:process.py:259 Command (pid 346016) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 346016) elapsed time (sec): 21.57629680633545
DEBUG    ya.test:process.py:263 Command (pid 346016) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 346016) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 346016) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 346016) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 346016) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 346016) maxrss: 1458172
DEBUG    ya.test:process.py:263 Command (pid 346016) minflt: 958925
DEBUG    ya.test:process.py:263 Command (pid 346016) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 346016) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 346016) nivcsw: 2714
DEBUG    ya.test:process.py:263 Command (pid 346016) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 346016) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 346016) nvcsw: 101127
DEBUG    ya.test:process.py:263 Command (pid 346016) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 346016) stime: 3.711344
DEBUG    ya.test:process.py:263 Command (pid 346016) utime: 12.469231
DEBUG    ya.test:process.py:263 Command (pid 346016) wtime: 21.595
DEBUG    ya.test:process.py:275 Command (pid 346016) output:
2025-12-06T12:49:20.922493Z Fetching udfs...
2025-12-06T12:49:21.471872Z Initialization of fq runner...
2025-12-06T12:49:26.766360Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.085472s
2025-12-06T12:49:27.857796Z Fetching query results...
2025-12-06T12:49:27.857829Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 346016) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bbc0d1b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bbc0d7780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bbc0d7778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bbc0d774aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbc0d0c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbc0d0c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbc0d76ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbc0d770090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bbc0d770090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bbc0d1603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bbc0d1b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bbc0d7780c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbc0d0c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbc0d0c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbc0d76ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bbc0d770090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bbc0d770090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bbc0d1603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bbc0d1b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bbc0d7780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bbc0d7778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bbc0d774aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbc0d0e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbc0d0e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbc0d76f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bbc0d79b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bbc0d1b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bbc0d1b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bbc0d1b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bbc0d7775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bbc0d774aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbc0d0e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbc0d0638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bbc0d06cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bbc0d7773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bbc0d7771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bbc0d776f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bbc0d774a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bbc0d774a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fbc2bdbed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbc0d0c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbc0d0c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bbc0d163206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bbc0d163206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bbc0d15f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bbc0d1b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bbc0d7780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bbc0d7778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bbc0d774aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbc0d0e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbc0d0e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbc0d76f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bbc0d79bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bbc0d1b05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbc0d0e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbc0d1010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbc0d1010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbc0d1010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbc0d068dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbc0d068dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbc0d0d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbc0d0d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbc0d0d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbc0d0d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbc0d0d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bbc0d0b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bbc0d777044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bbc0d777044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bbc0d776f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bbc0d774a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bbc0d774a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fbc2bdbed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbc0d0e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbc0d0e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbc0d76f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbc0d76ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bbc0d76519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bbc0d76519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bbc0d7618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bbc0d7618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bbc0d77753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bbc0d774aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fbc2bdbed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbc0d0e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbc0d0e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbc0d76f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbc0d76ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bbc0d79bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bbc0d059272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbc0d0c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbc0d0c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbc0d76ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bbc0d79bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bbc0d0b4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbc0d0c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbc0d0c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbc0d76ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbc0d79bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bbc0d059272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbc0d0c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbc0d0c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bbc0d068ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bbc0d058ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bbc0d058ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bbc0d15f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bbc0d1b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bbc0d7780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bbc0d7778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bbc0d774aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbc0d0e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbc0d1010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbc0d1010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbc0d1010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbc0d068dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbc0d068dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbc0d0d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbc0d0d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbc0d0d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbc0d0d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbc0d0cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bbc0d0ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bbc0d058ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbc0d058ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bbc0d15f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bbc0d059091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bbc0d059091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bbc0d05968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bbc0d05968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bbc0d1b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bbc0d1b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bbc0d7775c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbc0d04d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bbc0d04d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bbc0d76f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbc0d79bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbc0d05936c 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 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bbc0d1b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bbc0d7780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bbc0d7778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bbc0d774aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbc0d0c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbc0d0c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbc0d76ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbc0d770090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bbc0d770090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bbc0d1603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bbc0d1b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bbc0d7780c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbc0d0c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbc0d0c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbc0d76ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bbc0d770090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bbc0d770090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bbc0d1603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bbc0d1b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bbc0d7780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bbc0d7778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bbc0d774aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbc0d0e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbc0d0e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbc0d76f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bbc0d79b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bbc0d1b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bbc0d1b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bbc0d1b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bbc0d7775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bbc0d774aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbc0d0e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbc0d0638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bbc0d06cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bbc0d7773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bbc0d7771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bbc0d776f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bbc0d774a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bbc0d774a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fbc2bdbed8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbc0d0c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbc0d0c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bbc0d163206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bbc0d163206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bbc0d15f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bbc0d1b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bbc0d7780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bbc0d7778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bbc0d774aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbc0d0e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbc0d0e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbc0d76f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bbc0d79bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bbc0d1b05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbc0d0e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbc0d1010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbc0d1010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbc0d1010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbc0d068dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbc0d068dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbc0d0d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbc0d0d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbc0d0d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbc0d0d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbc0d0d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bbc0d0b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bbc0d777044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bbc0d777044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bbc0d776f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bbc0d774a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bbc0d774a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fbc2bdbed8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbc0d0e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbc0d0e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbc0d76f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbc0d76ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bbc0d76519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bbc0d76519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bbc0d7618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bbc0d7618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bbc0d77753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bbc0d774aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fbc2bdbed8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbc0d0e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbc0d0e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbc0d76f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbc0d76ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bbc0d79bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bbc0d059272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbc0d0c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbc0d0c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbc0d76ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bbc0d79bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bbc0d0b4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbc0d0c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbc0d0c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbc0d76ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbc0d79bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bbc0d059272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d049f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbc0d049f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbc0d0c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbc0d0c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bbc0d068ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bbc0d058ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bbc0d058ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bbc0d15f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bbc0d05936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bbc0d059272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bbc0d1b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bbc0d1b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bbc0d7780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bbc0d7778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bbc0d774bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bbc0d774aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bbc0d774ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bbc0dbd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bbc0dbd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbc0dbd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbc0cc8a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d0e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbc0d0e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbc0d1010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbc0d1010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbc0d1010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbc0d068dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbc0d068dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbc0d0d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbc0d0d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbc0d0d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbc0d0d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbc0d0cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bbc0d0ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bbc0d058ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbc0d058ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bbc0d15f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bbc0d059091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bbc0d059091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bbc0d05968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bbc0d05968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bbc0d1b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bbc0d1b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bbc0d7775c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbc0d04d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bbc0d04d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bbc0d76f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbc0d76ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbc0d76ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbc0d76c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbc0d76c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbc0d79bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbc0d0b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbc0d1b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbc0d1b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bbc0d1b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbc0d0b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bbc0d15d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbc0d15d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbc0d1558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbc0d1558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbc0d1558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbc0d131960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbc0d05936c 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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bbb14d2936c 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-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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 351427
DEBUG    ya.test:process.py:259 Command (pid 351427) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 351427) elapsed time (sec): 20.546990871429443
DEBUG    ya.test:process.py:263 Command (pid 351427) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 351427) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 351427) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 351427) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 351427) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 351427) maxrss: 1476312
DEBUG    ya.test:process.py:263 Command (pid 351427) minflt: 965743
DEBUG    ya.test:process.py:263 Command (pid 351427) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 351427) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 351427) nivcsw: 2075
DEBUG    ya.test:process.py:263 Command (pid 351427) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 351427) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 351427) nvcsw: 102802
DEBUG    ya.test:process.py:263 Command (pid 351427) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 351427) stime: 3.77936
DEBUG    ya.test:process.py:263 Command (pid 351427) utime: 12.183586
DEBUG    ya.test:process.py:263 Command (pid 351427) wtime: 20.558
DEBUG    ya.test:process.py:275 Command (pid 351427) output:
2025-12-06T12:49:42.897561Z Fetching udfs...
2025-12-06T12:49:43.400784Z Initialization of fq runner...
2025-12-06T12:49:48.489834Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.165067s
2025-12-06T12:49:49.661773Z Fetching query results...
2025-12-06T12:49:49.661800Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 351427) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bbb14e805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bbb154480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bbb154478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bbb15444aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbb14d99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbb14d99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbb1543ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbb15440090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bbb15440090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bbb14e303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bbb14e805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bbb154480c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbb14d99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbb14d99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbb1543ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bbb15440090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bbb15440090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bbb14e303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bbb14e805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bbb154480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bbb154478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bbb15444aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbb14db2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbb14db2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbb1543f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bbb1546b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bbb14e81a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bbb14e81a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bbb14e81a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bbb154475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bbb15444aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbb14db8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbb14d338f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bbb14d3cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bbb154473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bbb154471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bbb15446f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bbb15444a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bbb15444a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fbb33a8ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbb14d99eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbb14d99eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bbb14e33206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bbb14e33206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bbb14e2f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bbb14e805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bbb154480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bbb154478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bbb15444aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbb14db2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbb14db2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbb1543f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bbb1546bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bbb14e805fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbb14db8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbb14dd10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbb14dd10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbb14dd10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbb14d38dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbb14d38dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbb14da064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbb14da116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbb14da116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbb14da116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbb14da29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bbb14d8988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bbb15447044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bbb15447044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bbb15446f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bbb15444a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bbb15444a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fbb33a8ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbb14db2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbb14db2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbb1543f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbb1543ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bbb1543519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bbb1543519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bbb154318ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bbb154318c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bbb1544753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bbb15444aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fbb33a8ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbb14db2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbb14db2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbb1543f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbb1543ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bbb1546bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bbb14d29272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbb14d99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbb14d99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbb1543ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bbb1546bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bbb14d84b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbb14d99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbb14d99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbb1543ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbb1546bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bbb14d29272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbb14d99d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbb14d99d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bbb14d38ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bbb14d28ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bbb14d28ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bbb14e2f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bbb14e805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bbb154480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bbb154478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bbb15444aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbb14db8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbb14dd10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbb14dd10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbb14dd10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbb14d38dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbb14d38dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbb14da064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbb14da116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbb14da116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbb14da116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbb14d9d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bbb14d7d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bbb14d28ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbb14d28ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bbb14e2f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bbb14d29091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bbb14d29091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bbb14d2968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bbb14d2968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bbb14e819d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bbb14e819d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bbb154475c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbb14d1d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bbb14d1d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bbb1543f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbb1546bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbb14d2936c 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 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bbb14e805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bbb154480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bbb154478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bbb15444aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbb14d99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbb14d99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbb1543ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbb15440090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bbb15440090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bbb14e303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bbb14e805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bbb154480c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbb14d99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbb14d99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbb1543ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bbb15440090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bbb15440090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bbb14e303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bbb14e805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bbb154480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bbb154478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bbb15444aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbb14db2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbb14db2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbb1543f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bbb1546b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bbb14e81a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bbb14e81a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bbb14e81a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bbb154475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bbb15444aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbb14db8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbb14d338f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bbb14d3cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bbb154473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bbb154471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bbb15446f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bbb15444a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bbb15444a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fbb33a8ad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbb14d99eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbb14d99eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bbb14e33206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bbb14e33206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bbb14e2f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bbb14e805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bbb154480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bbb154478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bbb15444aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbb14db2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbb14db2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbb1543f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bbb1546bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bbb14e805fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbb14db8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbb14dd10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbb14dd10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbb14dd10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbb14d38dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbb14d38dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbb14da064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbb14da116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbb14da116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbb14da116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbb14da29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bbb14d8988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bbb15447044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bbb15447044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bbb15446f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bbb15444a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bbb15444a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fbb33a8ad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbb14db2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbb14db2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbb1543f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbb1543ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bbb1543519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bbb1543519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bbb154318ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bbb154318c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bbb1544753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bbb15444aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fbb33a8ad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbb14db2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbb14db2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbb1543f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbb1543ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bbb1546bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bbb14d29272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbb14d99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbb14d99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbb1543ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bbb1546bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bbb14d84b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbb14d99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbb14d99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbb1543ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbb1546bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bbb14d29272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14d19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbb14d19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbb14d99d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbb14d99d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bbb14d38ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bbb14d28ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bbb14d28ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bbb14e2f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bbb14d2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bbb14d29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bbb14e807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bbb14e805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bbb154480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bbb154478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bbb15444bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bbb15444aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bbb15444ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bbb158a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bbb158a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbb158a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbb1495a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14db172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbb14db8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbb14dd10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbb14dd10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbb14dd10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbb14d38dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbb14d38dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbb14da064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbb14da116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbb14da116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbb14da116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbb14d9d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bbb14d7d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bbb14d28ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbb14d28ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bbb14e2f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bbb14d29091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bbb14d29091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bbb14d2968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bbb14d2968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bbb14e819d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bbb14e819d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bbb154475c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbb14d1d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bbb14d1d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bbb1543f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbb1543ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbb1543ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbb1543c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbb1543c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbb1546bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbb14d85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbb14e832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbb14e832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bbb14e832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbb14d84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bbb14e2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbb14e2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbb14e258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbb14e258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbb14e258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbb14e01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbb14d2936c 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-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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 446084 byte(s) leaked in 8472 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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 359280
DEBUG    ya.test:process.py:259 Command (pid 359280) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 359280) elapsed time (sec): 23.774575233459473
DEBUG    ya.test:process.py:263 Command (pid 359280) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 359280) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 359280) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 359280) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 359280) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 359280) maxrss: 1466264
DEBUG    ya.test:process.py:263 Command (pid 359280) minflt: 956240
DEBUG    ya.test:process.py:263 Command (pid 359280) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 359280) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 359280) nivcsw: 2615
DEBUG    ya.test:process.py:263 Command (pid 359280) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 359280) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 359280) nvcsw: 101039
DEBUG    ya.test:process.py:263 Command (pid 359280) oublock: 9560
DEBUG    ya.test:process.py:263 Command (pid 359280) stime: 3.617025
DEBUG    ya.test:process.py:263 Command (pid 359280) utime: 12.025743
DEBUG    ya.test:process.py:263 Command (pid 359280) wtime: 23.785
DEBUG    ya.test:process.py:275 Command (pid 359280) output:
2025-12-06T12:50:03.658469Z Fetching udfs...
2025-12-06T12:50:04.232477Z Initialization of fq runner...
2025-12-06T12:50:10.085235Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.300497s
2025-12-06T12:50:11.392416Z Fetching query results...
2025-12-06T12:50:11.392440Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 359280) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b1b700e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b1b706a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b1b706a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b1b706a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b6fff9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b6fff9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1b7069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1b706a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b1b706a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b1b700903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b1b700e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b1b706a80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b6fff9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b6fff9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1b7069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b1b706a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b1b706a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b1b700903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b1b700e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b1b706a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b1b706a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b1b706a4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b70012fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1b70012fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1b7069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1b706cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b1b700e1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b1b700e1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b1b700e1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b1b706a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1b706a4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b70018b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1b6ff938f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b1b6ff9cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b1b706a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b1b706a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b1b706a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b1b706a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b1b706a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f1b8ecf0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b6fff9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b6fff9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b1b70093206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b1b70093206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b1b7008f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b1b700e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b1b706a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b1b706a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1b706a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b70012fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1b70012fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1b7069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b1b706cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b1b700e05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b70018b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1b700310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1b700310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1b700310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1b6ff98dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1b6ff98dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1b7000064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1b7000116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1b7000116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1b7000116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1b700029f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b1b6ffe988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b1b706a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b1b706a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b1b706a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b1b706a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b1b706a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f1b8ecf0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b70012fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1b70012fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1b7069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1b7069ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b1b7069519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b1b7069519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b1b706918ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b1b706918c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b1b706a753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b1b706a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f1b8ecf0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b70012fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1b70012fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1b7069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1b7069ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b1b706cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b1b6ff89272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b6fff9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b6fff9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1b7069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1b706cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b1b6ffe4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b6fff9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b6fff9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1b7069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1b706cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b1b6ff89272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b6fff9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b6fff9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b1b6ff98ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b1b6ff88ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b1b6ff88ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b1b7008f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b1b700e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b1b706a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b1b706a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b1b706a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b70018b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1b700310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1b700310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1b700310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1b6ff98dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1b6ff98dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1b7000064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1b7000116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1b7000116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1b7000116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1b6fffd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b1b6ffdd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b1b6ff88ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1b6ff88ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b1b7008f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b1b6ff89091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b1b6ff89091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b1b6ff8968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b1b6ff8968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b1b700e19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b1b700e19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b1b706a75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b6ff7d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b1b6ff7d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b1b7069f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1b706cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 446084 byte(s) leaked in 8472 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 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b1b700e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b1b706a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b1b706a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b1b706a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b6fff9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b6fff9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1b7069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1b706a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b1b706a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b1b700903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b1b700e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b1b706a80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b6fff9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b6fff9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1b7069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b1b706a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b1b706a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b1b700903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b1b700e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b1b706a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b1b706a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b1b706a4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b70012fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1b70012fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1b7069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1b706cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b1b700e1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b1b700e1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b1b700e1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b1b706a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1b706a4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b70018b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1b6ff938f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b1b6ff9cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b1b706a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b1b706a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b1b706a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b1b706a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b1b706a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f1b8ecf0d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b6fff9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b6fff9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b1b70093206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b1b70093206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b1b7008f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b1b700e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b1b706a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b1b706a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1b706a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b70012fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1b70012fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1b7069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b1b706cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b1b700e05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b70018b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1b700310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1b700310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1b700310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1b6ff98dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1b6ff98dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1b7000064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1b7000116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1b7000116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1b7000116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1b700029f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b1b6ffe988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b1b706a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b1b706a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b1b706a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b1b706a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b1b706a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f1b8ecf0d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b70012fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1b70012fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1b7069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1b7069ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b1b7069519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b1b7069519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b1b706918ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b1b706918c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b1b706a753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b1b706a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f1b8ecf0d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b70012fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1b70012fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1b7069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1b7069ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b1b706cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b1b6ff89272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b6fff9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b6fff9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1b7069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1b706cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b1b6ffe4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b6fff9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b6fff9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1b7069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1b706cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b1b6ff89272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b6ff79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b6ff79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b6fff9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b6fff9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b1b6ff98ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b1b6ff88ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b1b6ff88ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b1b7008f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b1b6ff89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b1b700e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b1b700e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b1b706a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b1b706a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b1b706a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b1b706a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b1b706a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b1b70b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b1b70b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1b70b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1b6fbba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b7001172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b70018b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1b700310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1b700310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1b700310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1b6ff98dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1b6ff98dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1b7000064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1b7000116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1b7000116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1b7000116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1b6fffd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b1b6ffdd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b1b6ff88ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1b6ff88ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b1b7008f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b1b6ff89091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b1b6ff89091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b1b6ff8968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b1b6ff8968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b1b700e19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b1b700e19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b1b706a75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b6ff7d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b1b6ff7d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b1b7069f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1b7069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1b7069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1b7069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1b7069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1b706cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1b6ffe5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1b700e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1b700e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b1b700e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1b6ffe4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b1b7008d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1b7008d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1b700858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1b700858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1b700858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1b70061960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 446084 byte(s) leaked in 8472 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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b53742b936c 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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 370838
DEBUG    ya.test:process.py:259 Command (pid 370838) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 370838) elapsed time (sec): 21.03267788887024
DEBUG    ya.test:process.py:263 Command (pid 370838) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 370838) inblock: 712
DEBUG    ya.test:process.py:263 Command (pid 370838) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 370838) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 370838) majflt: 5
DEBUG    ya.test:process.py:263 Command (pid 370838) maxrss: 1476520
DEBUG    ya.test:process.py:263 Command (pid 370838) minflt: 966438
DEBUG    ya.test:process.py:263 Command (pid 370838) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 370838) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 370838) nivcsw: 1822
DEBUG    ya.test:process.py:263 Command (pid 370838) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 370838) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 370838) nvcsw: 103708
DEBUG    ya.test:process.py:263 Command (pid 370838) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 370838) stime: 3.893694
DEBUG    ya.test:process.py:263 Command (pid 370838) utime: 11.845113
DEBUG    ya.test:process.py:263 Command (pid 370838) wtime: 21.035
DEBUG    ya.test:process.py:275 Command (pid 370838) output:
2025-12-06T12:50:27.748417Z Fetching udfs...
2025-12-06T12:50:28.301164Z Initialization of fq runner...
2025-12-06T12:50:32.764050Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.267902s
2025-12-06T12:50:34.037235Z Fetching query results...
2025-12-06T12:50:34.037267Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 370838) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b53744105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b53749d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b53749d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b53749d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5374329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5374329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b53749cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b53749d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b53749d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b53743c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b53744105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b53749d80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5374329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5374329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b53749cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b53749d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b53749d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b53743c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b53744105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b53749d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b53749d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b53749d4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5374342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5374342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b53749cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b53749fb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b5374411a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b5374411a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b5374411a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b53749d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b53749d4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5374348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b53742c38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b53742ccb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b53749d73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b53749d71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b53749d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b53749d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b53749d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f5393022d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5374329eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5374329eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b53743c3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b53743c3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b53743bf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b53744105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b53749d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b53749d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b53749d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5374342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5374342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b53749cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b53749fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b53744105fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5374348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b53743610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b53743610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b53743610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b53742c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b53742c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b537433064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b537433116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b537433116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b537433116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b53743329f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b537431988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b53749d7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b53749d7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b53749d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b53749d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b53749d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f5393022d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5374342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5374342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b53749cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b53749cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b53749c519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b53749c519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b53749c18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b53749c18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b53749d753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b53749d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f5393022d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5374342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5374342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b53749cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b53749cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b53749fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b53742b9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5374329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5374329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b53749cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b53749fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b5374314b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5374329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5374329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b53749cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b53749fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b53742b9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5374329d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5374329d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b53742c8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b53742b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b53742b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b53743bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b53744105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b53749d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b53749d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b53749d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5374348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b53743610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b53743610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b53743610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b53742c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b53742c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b537433064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b537433116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b537433116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b537433116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b537432d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b537430d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b53742b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b53742b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b53743bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b53742b9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b53742b9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b53742b968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b53742b968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b53744119d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b53744119d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b53749d75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b53742ad882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b53742ad882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b53749cf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b53749fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b53742b936c 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 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b53744105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b53749d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b53749d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b53749d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5374329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5374329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b53749cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b53749d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b53749d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b53743c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b53744105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b53749d80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5374329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5374329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b53749cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b53749d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b53749d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b53743c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b53744105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b53749d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b53749d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b53749d4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5374342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5374342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b53749cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b53749fb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b5374411a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b5374411a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b5374411a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b53749d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b53749d4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5374348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b53742c38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b53742ccb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b53749d73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b53749d71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b53749d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b53749d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b53749d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f5393022d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5374329eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5374329eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b53743c3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b53743c3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b53743bf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b53744105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b53749d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b53749d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b53749d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5374342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5374342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b53749cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b53749fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b53744105fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5374348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b53743610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b53743610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b53743610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b53742c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b53742c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b537433064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b537433116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b537433116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b537433116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b53743329f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b537431988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b53749d7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b53749d7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b53749d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b53749d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b53749d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f5393022d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5374342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5374342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b53749cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b53749cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b53749c519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b53749c519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b53749c18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b53749c18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b53749d753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b53749d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f5393022d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5374342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5374342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b53749cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b53749cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b53749fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b53742b9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5374329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5374329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b53749cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b53749fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b5374314b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5374329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5374329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b53749cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b53749fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b53742b9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b53742a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53742a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5374329d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5374329d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b53742c8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b53742b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b53742b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b53743bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b53742b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b53742b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b53744107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b53744105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b53749d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b53749d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b53749d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b53749d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b53749d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b5374e37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b5374e37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5374e376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5373eea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b537434172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5374348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b53743610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b53743610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b53743610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b53742c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b53742c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b537433064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b537433116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b537433116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b537433116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b537432d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b537430d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b53742b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b53742b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b53743bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b53742b9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b53742b9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b53742b968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b53742b968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b53744119d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b53744119d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b53749d75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b53742ad882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b53742ad882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b53749cf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b53749cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b53749cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b53749cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b53749cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b53749fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5374315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b53744132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b53744132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b53744132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5374314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b53743bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b53743bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b53743b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b53743b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b53743b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5374391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b53742b936c 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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b165524936c 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[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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 376005
DEBUG    ya.test:process.py:259 Command (pid 376005) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 376005) elapsed time (sec): 19.605714082717896
DEBUG    ya.test:process.py:263 Command (pid 376005) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 376005) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 376005) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 376005) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 376005) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 376005) maxrss: 1474924
DEBUG    ya.test:process.py:263 Command (pid 376005) minflt: 968122
DEBUG    ya.test:process.py:263 Command (pid 376005) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 376005) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 376005) nivcsw: 717
DEBUG    ya.test:process.py:263 Command (pid 376005) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 376005) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 376005) nvcsw: 105109
DEBUG    ya.test:process.py:263 Command (pid 376005) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 376005) stime: 4.072528
DEBUG    ya.test:process.py:263 Command (pid 376005) utime: 12.056011
DEBUG    ya.test:process.py:263 Command (pid 376005) wtime: 19.609
DEBUG    ya.test:process.py:275 Command (pid 376005) output:
2025-12-06T12:50:49.127830Z Fetching udfs...
2025-12-06T12:50:49.650417Z Initialization of fq runner...
2025-12-06T12:50:53.243324Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.234736s
2025-12-06T12:50:54.484091Z Fetching query results...
2025-12-06T12:50:54.484121Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 376005) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b16553a05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b16559680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b16559678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b1655964aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16552b9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16552b9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b165595ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1655960090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b1655960090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b16553503ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b16553a05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b16559680c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16552b9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16552b9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b165595ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b1655960090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b1655960090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b16553503ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b16553a05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b16559680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b16559678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b1655964aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b16552d2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b16552d2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b165595f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b165598b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b16553a1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b16553a1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b16553a1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b16559675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1655964aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b16552d8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b16552538f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b165525cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b16559673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b16559671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b1655966f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b1655964a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b1655964a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f1673fb0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16552b9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16552b9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b1655353206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b1655353206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b165534f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b16553a05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b16559680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b16559678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1655964aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b16552d2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b16552d2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b165595f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b165598bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b16553a05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b16552d8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b16552f10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b16552f10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b16552f10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1655258dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1655258dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b16552c064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b16552c116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b16552c116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b16552c116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b16552c29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b16552a988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b1655967044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b1655967044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b1655966f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b1655964a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b1655964a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f1673fb0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b16552d2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b16552d2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b165595f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b165595ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b165595519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b165595519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b16559518ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b16559518c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b165596753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b1655964aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f1673fb0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b16552d2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b16552d2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b165595f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b165595ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b165598bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b1655249272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16552b9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16552b9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b165595ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b165598bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b16552a4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16552b9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16552b9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b165595ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b165598bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b1655249272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16552b9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16552b9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b1655258ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b1655248ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b1655248ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b165534f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b16553a05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b16559680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b16559678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b1655964aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b16552d8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b16552f10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b16552f10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b16552f10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1655258dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1655258dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b16552c064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b16552c116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b16552c116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b16552c116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b16552bd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b165529d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b1655248ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1655248ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b165534f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b1655249091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b1655249091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b165524968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b165524968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b16553a19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b16553a19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b16559675c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b165523d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b165523d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b165595f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b165598bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b165524936c 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 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b16553a05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b16559680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b16559678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b1655964aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16552b9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16552b9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b165595ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1655960090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b1655960090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b16553503ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b16553a05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b16559680c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16552b9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16552b9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b165595ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b1655960090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b1655960090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b16553503ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b16553a05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b16559680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b16559678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b1655964aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b16552d2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b16552d2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b165595f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b165598b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b16553a1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b16553a1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b16553a1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b16559675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1655964aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b16552d8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b16552538f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b165525cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b16559673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b16559671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b1655966f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b1655964a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b1655964a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f1673fb0d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16552b9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16552b9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b1655353206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b1655353206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b165534f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b16553a05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b16559680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b16559678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1655964aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b16552d2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b16552d2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b165595f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b165598bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b16553a05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b16552d8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b16552f10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b16552f10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b16552f10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1655258dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1655258dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b16552c064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b16552c116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b16552c116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b16552c116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b16552c29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b16552a988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b1655967044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b1655967044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b1655966f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b1655964a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b1655964a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f1673fb0d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b16552d2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b16552d2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b165595f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b165595ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b165595519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b165595519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b16559518ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b16559518c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b165596753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b1655964aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f1673fb0d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b16552d2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b16552d2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b165595f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b165595ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b165598bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b1655249272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16552b9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16552b9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b165595ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b165598bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b16552a4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16552b9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16552b9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b165595ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b165598bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b1655249272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1655239f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1655239f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16552b9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16552b9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b1655258ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b1655248ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b1655248ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b165534f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b165524936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b1655249272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b16553a07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b16553a05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b16559680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b16559678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b1655964bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b1655964aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b1655964ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b1655dc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b1655dc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1655dc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1654e7a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16552d172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b16552d8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b16552f10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b16552f10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b16552f10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1655258dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1655258dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b16552c064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b16552c116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b16552c116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b16552c116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b16552bd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b165529d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b1655248ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1655248ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b165534f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b1655249091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b1655249091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b165524968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b165524968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b16553a19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b16553a19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b16559675c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b165523d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b165523d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b165595f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b165595ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b165595ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b165595c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b165595c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b165598bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b16552a5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b16553a32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b16553a32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b16553a32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b16552a4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b165534d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b165534d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b16553458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b16553458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b16553458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1655321960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b165524936c 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[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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b118e00936c 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/ymbb/00216f/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/ymbb/00216f/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/ymbb/00216f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 381514
DEBUG    ya.test:process.py:259 Command (pid 381514) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 381514) elapsed time (sec): 19.8343608379364
DEBUG    ya.test:process.py:263 Command (pid 381514) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 381514) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 381514) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 381514) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 381514) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 381514) maxrss: 1470960
DEBUG    ya.test:process.py:263 Command (pid 381514) minflt: 966997
DEBUG    ya.test:process.py:263 Command (pid 381514) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 381514) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 381514) nivcsw: 1796
DEBUG    ya.test:process.py:263 Command (pid 381514) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 381514) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 381514) nvcsw: 103367
DEBUG    ya.test:process.py:263 Command (pid 381514) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 381514) stime: 3.9548579999999998
DEBUG    ya.test:process.py:263 Command (pid 381514) utime: 12.254796
DEBUG    ya.test:process.py:263 Command (pid 381514) wtime: 19.837
DEBUG    ya.test:process.py:275 Command (pid 381514) output:
2025-12-06T12:51:09.004937Z Fetching udfs...
2025-12-06T12:51:09.550974Z Initialization of fq runner...
2025-12-06T12:51:13.403988Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.171283s
2025-12-06T12:51:14.581014Z Fetching query results...
2025-12-06T12:51:14.581033Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 381514) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b118e1605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b118e7280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b118e7278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b118e724aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b118e079806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b118e079806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b118e71ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b118e720090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b118e720090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b118e1103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b118e1605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b118e7280c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b118e079806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b118e079806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b118e71ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b118e720090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b118e720090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b118e1103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b118e1605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b118e7280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b118e7278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b118e724aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b118e092fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b118e092fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b118e71f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b118e74b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b118e161a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b118e161a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b118e161a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b118e7275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b118e724aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b118e098b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b118e0138f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b118e01cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b118e7273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b118e7271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b118e726f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b118e724a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b118e724a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f11acd6dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b118e079eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b118e079eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b118e113206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b118e113206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b118e10f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b118e1605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b118e7280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b118e7278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b118e724aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b118e092fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b118e092fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b118e71f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b118e74bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b118e1605fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b118e098b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b118e0b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b118e0b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b118e0b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b118e018dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b118e018dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b118e08064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b118e08116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b118e08116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b118e08116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b118e0829f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b118e06988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b118e727044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b118e727044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b118e726f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b118e724a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b118e724a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f11acd6dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b118e092fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b118e092fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b118e71f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b118e71ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b118e71519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b118e71519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b118e7118ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b118e7118c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b118e72753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b118e724aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f11acd6dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b118e092fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b118e092fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b118e71f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b118e71ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b118e74bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b118e009272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b118e079806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b118e079806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b118e71ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b118e74bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b118e064b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b118e079806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b118e079806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b118e71ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b118e74bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b118e009272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b118e079d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b118e079d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b118e018ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b118e008ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b118e008ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b118e10f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b118e1605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b118e7280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b118e7278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b118e724aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b118e098b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b118e0b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b118e0b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b118e0b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b118e018dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b118e018dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b118e08064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b118e08116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b118e08116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b118e08116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b118e07d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b118e05d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b118e008ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b118e008ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b118e10f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b118e009091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b118e009091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b118e00968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b118e00968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b118e1619d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b118e1619d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b118e7275c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b118dffd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b118dffd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b118e71f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b118e74bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b118e00936c 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 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b118e1605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b118e7280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b118e7278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b118e724aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b118e079806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b118e079806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b118e71ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b118e720090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b118e720090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b118e1103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b118e1605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b118e7280c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b118e079806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b118e079806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b118e71ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b118e720090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b118e720090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b118e1103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b118e1605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b118e7280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b118e7278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b118e724aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b118e092fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b118e092fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b118e71f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b118e74b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b118e161a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b118e161a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b118e161a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b118e7275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b118e724aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b118e098b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b118e0138f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b118e01cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b118e7273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b118e7271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b118e726f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b118e724a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b118e724a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f11acd6dd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b118e079eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b118e079eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b118e113206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b118e113206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b118e10f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b118e1605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b118e7280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b118e7278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b118e724aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b118e092fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b118e092fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b118e71f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b118e74bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b118e1605fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b118e098b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b118e0b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b118e0b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b118e0b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b118e018dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b118e018dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b118e08064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b118e08116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b118e08116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b118e08116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b118e0829f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b118e06988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b118e727044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b118e727044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b118e726f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b118e724a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b118e724a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f11acd6dd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b118e092fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b118e092fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b118e71f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b118e71ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b118e71519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b118e71519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b118e7118ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b118e7118c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b118e72753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b118e724aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f11acd6dd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b118e092fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b118e092fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b118e71f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b118e71ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b118e74bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b118e009272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b118e079806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b118e079806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b118e71ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b118e74bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b118e064b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b118e079806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b118e079806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b118e71ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b118e74bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b118e009272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118dff9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b118dff9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b118e079d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b118e079d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b118e018ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b118e008ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b118e008ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b118e10f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b118e00936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b118e009272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b118e1607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b118e1605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b118e7280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b118e7278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b118e724bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b118e724aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b118e724ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b118eb87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b118eb87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b118eb876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b118dc3a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118e09172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b118e098b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b118e0b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b118e0b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b118e0b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b118e018dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b118e018dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b118e08064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b118e08116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b118e08116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b118e08116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b118e07d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b118e05d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b118e008ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b118e008ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b118e10f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b118e009091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b118e009091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b118e00968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b118e00968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b118e1619d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b118e1619d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b118e7275c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b118dffd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b118dffd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b118e71f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b118e71ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b118e71ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b118e71c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b118e71c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b118e74bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b118e065f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b118e1632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b118e1632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b118e1632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b118e064d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b118e10d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b118e10d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b118e1058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b118e1058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b118e1058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b118e0e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b118e00936c 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 ===============================
73.02s call     test_sql_streaming.py::test[hop-GroupByHop-default.txt]
23.84s call     test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
21.69s call     test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
21.11s call     test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
20.61s call     test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
20.52s call     test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
19.94s call     test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
19.68s call     test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.08s setup    test_sql_streaming.py::test[hop-GroupByHop-default.txt]
0.05s setup    test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.04s setup    test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
0.03s setup    test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]

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

SUMMARY: AddressSanitizer: 453371 byte(s) leaked in 8609 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tp8cgxeh/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcfff9a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcfff9d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcfff8c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcfff8c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcfff8c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcfffa20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bcfffa20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bcfff9a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcfff9a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcfff924b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcfff8c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcfff8c936c 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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bh4n53da/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbc0d131960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbc0d16140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbc0d059e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbc0d059e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbc0d059d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbc0d1b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bbc0d1b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bbc0d130977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbc0d130977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbc0d0b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbc0d05936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbc0d05936c 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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_exbd9hnn/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbb14e01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbb14e3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbb14d29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbb14d29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbb14d29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbb14e80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bbb14e80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bbb14e00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbb14e00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbb14d84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbb14d2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbb14d2936c 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-GroupByHopNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t6hseuwa/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1b70061960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1b7009140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1b6ff89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1b6ff89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1b6ff89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1b700e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1b700e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1b70060977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1b70060977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1b6ffe4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1b6ff8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1b6ff8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 446084 byte(s) leaked in 8472 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4rd2__up/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5374391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b53743c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b53742b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b53742b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b53742b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5374410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5374410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5374390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5374390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5374314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b53742b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b53742b936c 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/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5dadh86s/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1655321960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b165535140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1655249e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1655249e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1655249d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b16553a0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b16553a0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1655320977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1655320977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b16552a4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b165524936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b165524936c 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[hop-GroupByHopWithDataWatermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/00216f/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/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/00216f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ejb4d7kv/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b118e0e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b118e11140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b118e009e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b118e009e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b118e009d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b118e160cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b118e160cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b118e0e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b118e0e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b118e064b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b118e00936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b118e00936c 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 223.19s (0:03: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/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453789 byte(s) leaked in 8617 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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021b0/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 321778
DEBUG    ya.test:process.py:259 Command (pid 321778) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 321778) elapsed time (sec): 73.9368212223053
DEBUG    ya.test:process.py:263 Command (pid 321778) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321778) inblock: 226376
DEBUG    ya.test:process.py:263 Command (pid 321778) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321778) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321778) majflt: 5057
DEBUG    ya.test:process.py:263 Command (pid 321778) maxrss: 1453160
DEBUG    ya.test:process.py:263 Command (pid 321778) minflt: 952916
DEBUG    ya.test:process.py:263 Command (pid 321778) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 321778) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 321778) nivcsw: 1840
DEBUG    ya.test:process.py:263 Command (pid 321778) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 321778) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 321778) nvcsw: 115623
DEBUG    ya.test:process.py:263 Command (pid 321778) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 321778) stime: 3.6461930000000002
DEBUG    ya.test:process.py:263 Command (pid 321778) utime: 12.393177
DEBUG    ya.test:process.py:263 Command (pid 321778) wtime: 73.952
DEBUG    ya.test:process.py:275 Command (pid 321778) output:
2025-12-06T12:48:04.077946Z Fetching udfs...
2025-12-06T12:48:07.556425Z Initialization of fq runner...
2025-12-06T12:48:15.324756Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.518977s
2025-12-06T12:48:16.849333Z Fetching query results...
2025-12-06T12:48:16.849362Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 321778) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b67c0ce05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b67c12a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b67c12a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b67c12a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b67c0bf9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b67c0bf9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b67c129ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b67c12a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b67c12a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b67c0c903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b67c0ce05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b67c12a80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b67c0bf9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b67c0bf9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b67c129ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b67c12a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b67c12a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b67c0c903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b67c0ce05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b67c12a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b67c12a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b67c12a4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b67c0c12fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b67c0c12fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b67c129f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b67c12cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b67c0ce1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b67c0ce1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b67c0ce1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b67c12a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b67c12a4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b67c0c18b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b67c0b938f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b67c0b9cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b67c12a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b67c12a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b67c12a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b67c12a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b67c12a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f67df8f4d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b67c0bf9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b67c0bf9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b67c0c93206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b67c0c93206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b67c0c8f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b67c0ce05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b67c12a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b67c12a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b67c12a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b67c0c12fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b67c0c12fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b67c129f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b67c12cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b67c0ce05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b67c0c18b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b67c0c310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b67c0c310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b67c0c310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b67c0b98dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b67c0b98dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b67c0c0064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b67c0c0116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b67c0c0116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b67c0c0116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b67c0c029f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b67c0be988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b67c12a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b67c12a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b67c12a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b67c12a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b67c12a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f67df8f4d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b67c0c12fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b67c0c12fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b67c129f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b67c129ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b67c129519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b67c129519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b67c12918ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b67c12918c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b67c12a753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b67c12a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f67df8f4d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b67c0c12fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b67c0c12fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b67c129f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b67c129ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b67c12cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b67c0b89272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b67c0bf9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b67c0bf9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b67c129ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b67c12cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b67c0be4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b67c0bf9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b67c0bf9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b67c129ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b67c12cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b67c0b89272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b67c0bf9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b67c0bf9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b67c0b98ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b67c0b88ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b67c0b88ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b67c0c8f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b67c0ce05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b67c12a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b67c12a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b67c12a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b67c0c18b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b67c0c310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b67c0c310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b67c0c310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b67c0b98dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b67c0b98dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b67c0c0064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b67c0c0116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b67c0c0116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b67c0c0116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b67c0bfd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b67c0bdd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b67c0b88ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b67c0b88ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b67c0c8f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b67c0b89091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b67c0b89091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b67c0b8968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b67c0b8968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b67c0ce19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b67c0ce19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b67c12a75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b67c0b7d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b67c0b7d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b67c129f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b67c12cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453789 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 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b67c0ce05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b67c12a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b67c12a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b67c12a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b67c0bf9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b67c0bf9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b67c129ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b67c12a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b67c12a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b67c0c903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b67c0ce05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b67c12a80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b67c0bf9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b67c0bf9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b67c129ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b67c12a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b67c12a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b67c0c903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b67c0ce05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b67c12a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b67c12a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b67c12a4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b67c0c12fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b67c0c12fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b67c129f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b67c12cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b67c0ce1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b67c0ce1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b67c0ce1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b67c12a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b67c12a4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b67c0c18b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b67c0b938f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b67c0b9cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b67c12a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b67c12a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b67c12a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b67c12a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b67c12a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f67df8f4d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b67c0bf9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b67c0bf9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b67c0c93206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b67c0c93206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b67c0c8f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b67c0ce05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b67c12a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b67c12a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b67c12a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b67c0c12fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b67c0c12fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b67c129f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b67c12cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b67c0ce05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b67c0c18b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b67c0c310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b67c0c310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b67c0c310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b67c0b98dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b67c0b98dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b67c0c0064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b67c0c0116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b67c0c0116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b67c0c0116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b67c0c029f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b67c0be988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b67c12a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b67c12a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b67c12a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b67c12a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b67c12a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f67df8f4d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b67c0c12fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b67c0c12fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b67c129f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b67c129ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b67c129519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b67c129519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b67c12918ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b67c12918c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b67c12a753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b67c12a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f67df8f4d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b67c0c12fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b67c0c12fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b67c129f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b67c129ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b67c12cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b67c0b89272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b67c0bf9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b67c0bf9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b67c129ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b67c12cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b67c0be4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b67c0bf9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b67c0bf9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b67c129ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b67c12cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b67c0b89272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0b79f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b67c0b79f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b67c0bf9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b67c0bf9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b67c0b98ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b67c0b88ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b67c0b88ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b67c0c8f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b67c0b89272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b67c0ce07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b67c0ce05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b67c12a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b67c12a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b67c12a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b67c12a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b67c12a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b67c1707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b67c1707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b67c17076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b67c07ba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0c1172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b67c0c18b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b67c0c310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b67c0c310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b67c0c310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b67c0b98dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b67c0b98dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b67c0c0064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b67c0c0116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b67c0c0116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b67c0c0116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b67c0bfd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b67c0bdd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b67c0b88ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b67c0b88ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b67c0c8f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b67c0b89091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b67c0b89091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b67c0b8968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b67c0b8968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b67c0ce19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b67c0ce19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b67c12a75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b67c0b7d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b67c0b7d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b67c129f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b67c129ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b67c129ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b67c129c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b67c129c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b67c12cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b67c0be5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b67c0ce32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b67c0ce32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b67c0ce32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b67c0be4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b67c0c8d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b67c0c8d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b67c0c858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b67c0c858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b67c0c858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b67c0c61960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453789 byte(s) leaked in 8617 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b903f52936c 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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 341322
DEBUG    ya.test:process.py:259 Command (pid 341322) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 341322) elapsed time (sec): 19.588133573532104
DEBUG    ya.test:process.py:263 Command (pid 341322) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341322) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 341322) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341322) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341322) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 341322) maxrss: 1463264
DEBUG    ya.test:process.py:263 Command (pid 341322) minflt: 964914
DEBUG    ya.test:process.py:263 Command (pid 341322) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 341322) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 341322) nivcsw: 5450
DEBUG    ya.test:process.py:263 Command (pid 341322) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 341322) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 341322) nvcsw: 102605
DEBUG    ya.test:process.py:263 Command (pid 341322) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 341322) stime: 3.634408
DEBUG    ya.test:process.py:263 Command (pid 341322) utime: 12.247435
DEBUG    ya.test:process.py:263 Command (pid 341322) wtime: 19.592
DEBUG    ya.test:process.py:275 Command (pid 341322) output:
2025-12-06T12:49:00.405458Z Fetching udfs...
2025-12-06T12:49:00.933063Z Initialization of fq runner...
2025-12-06T12:49:05.499494Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.881165s
2025-12-06T12:49:06.386174Z Fetching query results...
2025-12-06T12:49:06.386201Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 341322) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b903f6805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b903fc480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b903fc478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b903fc44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b903f599806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b903f599806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b903fc3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b903fc40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b903fc40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b903f6303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b903f6805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b903fc480c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b903f599806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b903f599806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b903fc3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b903fc40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b903fc40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b903f6303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b903f6805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b903fc480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b903fc478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b903fc44aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b903f5b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b903f5b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b903fc3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b903fc6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b903f681a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b903f681a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b903f681a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b903fc475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b903fc44aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b903f5b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b903f5338f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b903f53cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b903fc473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b903fc471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b903fc46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b903fc44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b903fc44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f905e299d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b903f599eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b903f599eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b903f633206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b903f633206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b903f62f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b903f6805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b903fc480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b903fc478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b903fc44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b903f5b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b903f5b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b903fc3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b903fc6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b903f6805fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b903f5b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b903f5d10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b903f5d10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b903f5d10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b903f538dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b903f538dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b903f5a064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b903f5a116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b903f5a116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b903f5a116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b903f5a29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b903f58988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b903fc47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b903fc47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b903fc46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b903fc44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b903fc44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f905e299d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b903f5b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b903f5b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b903fc3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b903fc3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b903fc3519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b903fc3519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b903fc318ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b903fc318c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b903fc4753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b903fc44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f905e299d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b903f5b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b903f5b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b903fc3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b903fc3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b903fc6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b903f529272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b903f599806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b903f599806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b903fc3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b903fc6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b903f584b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b903f599806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b903f599806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b903fc3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b903fc6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b903f529272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b903f599d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b903f599d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b903f538ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b903f528ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b903f528ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b903f62f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b903f6805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b903fc480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b903fc478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b903fc44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b903f5b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b903f5d10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b903f5d10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b903f5d10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b903f538dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b903f538dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b903f5a064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b903f5a116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b903f5a116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b903f5a116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b903f59d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b903f57d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b903f528ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b903f528ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b903f62f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b903f529091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b903f529091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b903f52968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b903f52968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b903f6819d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b903f6819d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b903fc475c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b903f51d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b903f51d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b903fc3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b903fc6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b903f52936c 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 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b903f6805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b903fc480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b903fc478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b903fc44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b903f599806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b903f599806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b903fc3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b903fc40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b903fc40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b903f6303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b903f6805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b903fc480c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b903f599806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b903f599806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b903fc3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b903fc40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b903fc40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b903f6303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b903f6805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b903fc480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b903fc478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b903fc44aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b903f5b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b903f5b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b903fc3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b903fc6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b903f681a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b903f681a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b903f681a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b903fc475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b903fc44aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b903f5b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b903f5338f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b903f53cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b903fc473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b903fc471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b903fc46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b903fc44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b903fc44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f905e299d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b903f599eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b903f599eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b903f633206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b903f633206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b903f62f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b903f6805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b903fc480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b903fc478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b903fc44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b903f5b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b903f5b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b903fc3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b903fc6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b903f6805fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b903f5b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b903f5d10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b903f5d10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b903f5d10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b903f538dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b903f538dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b903f5a064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b903f5a116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b903f5a116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b903f5a116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b903f5a29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b903f58988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b903fc47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b903fc47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b903fc46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b903fc44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b903fc44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f905e299d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b903f5b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b903f5b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b903fc3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b903fc3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b903fc3519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b903fc3519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b903fc318ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b903fc318c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b903fc4753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b903fc44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f905e299d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b903f5b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b903f5b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b903fc3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b903fc3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b903fc6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b903f529272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b903f599806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b903f599806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b903fc3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b903fc6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b903f584b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b903f599806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b903f599806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b903fc3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b903fc6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b903f529272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f519f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b903f519f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b903f599d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b903f599d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b903f538ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b903f528ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b903f528ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b903f62f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b903f52936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b903f529272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b903f6807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b903f6805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b903fc480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b903fc478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b903fc44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b903fc44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b903fc44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b90400a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b90400a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b90400a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b903f15a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f5b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b903f5b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b903f5d10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b903f5d10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b903f5d10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b903f538dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b903f538dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b903f5a064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b903f5a116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b903f5a116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b903f5a116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b903f59d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b903f57d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b903f528ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b903f528ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b903f62f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b903f529091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b903f529091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b903f52968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b903f52968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b903f6819d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b903f6819d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b903fc475c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b903f51d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b903f51d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b903fc3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b903fc3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b903fc3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b903fc3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b903fc3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b903fc6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b903f585f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b903f6832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b903f6832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b903f6832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b903f584d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b903f62d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b903f62d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b903f6258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b903f6258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b903f6258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b903f601960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b903f52936c 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bb1f9ba936c 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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 345817
DEBUG    ya.test:process.py:259 Command (pid 345817) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 345817) elapsed time (sec): 21.76735758781433
DEBUG    ya.test:process.py:263 Command (pid 345817) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 345817) inblock: 216
DEBUG    ya.test:process.py:263 Command (pid 345817) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 345817) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 345817) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 345817) maxrss: 1462492
DEBUG    ya.test:process.py:263 Command (pid 345817) minflt: 960962
DEBUG    ya.test:process.py:263 Command (pid 345817) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 345817) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 345817) nivcsw: 2885
DEBUG    ya.test:process.py:263 Command (pid 345817) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 345817) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 345817) nvcsw: 100925
DEBUG    ya.test:process.py:263 Command (pid 345817) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 345817) stime: 3.6223419999999997
DEBUG    ya.test:process.py:263 Command (pid 345817) utime: 12.159383
DEBUG    ya.test:process.py:263 Command (pid 345817) wtime: 21.785
DEBUG    ya.test:process.py:275 Command (pid 345817) output:
2025-12-06T12:49:20.618486Z Fetching udfs...
2025-12-06T12:49:21.203623Z Initialization of fq runner...
2025-12-06T12:49:26.459121Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.850723s
2025-12-06T12:49:27.316002Z Fetching query results...
2025-12-06T12:49:27.316029Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 345817) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bb1f9d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bb1fa2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bb1fa2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bb1fa2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb1f9c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb1f9c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb1fa2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb1fa2c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bb1fa2c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bb1f9cb03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bb1f9d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bb1fa2c80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb1f9c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb1f9c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb1fa2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bb1fa2c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bb1fa2c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bb1f9cb03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bb1f9d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bb1fa2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bb1fa2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bb1fa2c4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb1f9c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb1f9c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb1fa2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb1fa2eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bb1f9d01a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bb1f9d01a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bb1f9d01a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bb1fa2c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb1fa2c4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb1f9c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb1f9bb38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bb1f9bbcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bb1fa2c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bb1fa2c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bb1fa2c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bb1fa2c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bb1fa2c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fb21890ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb1f9c19eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb1f9c19eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bb1f9cb3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bb1f9cb3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bb1f9caf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bb1f9d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bb1fa2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bb1fa2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb1fa2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb1f9c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb1f9c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb1fa2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bb1fa2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bb1f9d005fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb1f9c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb1f9c510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb1f9c510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb1f9c510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb1f9bb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb1f9bb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb1f9c2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb1f9c2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb1f9c2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb1f9c2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb1f9c229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bb1f9c0988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bb1fa2c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bb1fa2c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bb1fa2c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bb1fa2c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bb1fa2c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fb21890ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb1f9c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb1f9c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb1fa2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb1fa2bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb1fa2b519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bb1fa2b519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bb1fa2b18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bb1fa2b18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bb1fa2c753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bb1fa2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fb21890ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb1f9c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb1f9c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb1fa2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb1fa2bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bb1fa2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bb1f9ba9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb1f9c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb1f9c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb1fa2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb1fa2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bb1f9c04b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb1f9c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb1f9c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb1fa2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb1fa2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bb1f9ba9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb1f9c19d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb1f9c19d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bb1f9bb8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bb1f9ba8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bb1f9ba8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bb1f9caf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bb1f9d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bb1fa2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bb1fa2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bb1fa2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb1f9c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb1f9c510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb1f9c510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb1f9c510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb1f9bb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb1f9bb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb1f9c2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb1f9c2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb1f9c2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb1f9c2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb1f9c1d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bb1f9bfd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bb1f9ba8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb1f9ba8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bb1f9caf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bb1f9ba9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bb1f9ba9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bb1f9ba968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bb1f9ba968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bb1f9d019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bb1f9d019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bb1fa2c75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb1f9b9d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb1f9b9d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb1fa2bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb1fa2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb1f9ba936c 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 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bb1f9d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bb1fa2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bb1fa2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bb1fa2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb1f9c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb1f9c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb1fa2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb1fa2c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bb1fa2c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bb1f9cb03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bb1f9d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bb1fa2c80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb1f9c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb1f9c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb1fa2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bb1fa2c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bb1fa2c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bb1f9cb03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bb1f9d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bb1fa2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bb1fa2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bb1fa2c4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb1f9c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb1f9c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb1fa2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb1fa2eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bb1f9d01a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bb1f9d01a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bb1f9d01a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bb1fa2c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb1fa2c4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb1f9c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb1f9bb38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bb1f9bbcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bb1fa2c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bb1fa2c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bb1fa2c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bb1fa2c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bb1fa2c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fb21890ad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb1f9c19eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb1f9c19eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bb1f9cb3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bb1f9cb3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bb1f9caf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bb1f9d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bb1fa2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bb1fa2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb1fa2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb1f9c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb1f9c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb1fa2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bb1fa2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bb1f9d005fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb1f9c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb1f9c510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb1f9c510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb1f9c510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb1f9bb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb1f9bb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb1f9c2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb1f9c2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb1f9c2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb1f9c2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb1f9c229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bb1f9c0988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bb1fa2c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bb1fa2c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bb1fa2c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bb1fa2c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bb1fa2c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fb21890ad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb1f9c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb1f9c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb1fa2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb1fa2bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb1fa2b519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bb1fa2b519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bb1fa2b18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bb1fa2b18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bb1fa2c753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bb1fa2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fb21890ad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb1f9c32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb1f9c32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb1fa2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb1fa2bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bb1fa2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bb1f9ba9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb1f9c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb1f9c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb1fa2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb1fa2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bb1f9c04b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb1f9c19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb1f9c19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb1fa2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb1fa2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bb1f9ba9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9b99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb1f9b99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb1f9c19d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb1f9c19d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bb1f9bb8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bb1f9ba8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bb1f9ba8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bb1f9caf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bb1f9ba936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bb1f9ba9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bb1f9d007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bb1f9d005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bb1fa2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bb1fa2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bb1fa2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bb1fa2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bb1fa2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bb1fa727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bb1fa727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1fa7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb1f97da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9c3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb1f9c38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb1f9c510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb1f9c510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb1f9c510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb1f9bb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb1f9bb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb1f9c2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb1f9c2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb1f9c2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb1f9c2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb1f9c1d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bb1f9bfd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bb1f9ba8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb1f9ba8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bb1f9caf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bb1f9ba9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bb1f9ba9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bb1f9ba968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bb1f9ba968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bb1f9d019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bb1f9d019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bb1fa2c75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb1f9b9d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb1f9b9d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb1fa2bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb1fa2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb1fa2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb1fa2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb1fa2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb1fa2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb1f9c05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb1f9d032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb1f9d032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb1f9d032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb1f9c04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb1f9cad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb1f9cad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb1f9ca58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb1f9ca58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb1f9ca58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb1f9c81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb1f9ba936c 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bd46185936c 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-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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 351379
DEBUG    ya.test:process.py:259 Command (pid 351379) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 351379) elapsed time (sec): 19.525635480880737
DEBUG    ya.test:process.py:263 Command (pid 351379) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 351379) inblock: 616
DEBUG    ya.test:process.py:263 Command (pid 351379) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 351379) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 351379) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 351379) maxrss: 1458232
DEBUG    ya.test:process.py:263 Command (pid 351379) minflt: 960485
DEBUG    ya.test:process.py:263 Command (pid 351379) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 351379) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 351379) nivcsw: 1968
DEBUG    ya.test:process.py:263 Command (pid 351379) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 351379) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 351379) nvcsw: 102812
DEBUG    ya.test:process.py:263 Command (pid 351379) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 351379) stime: 3.699996
DEBUG    ya.test:process.py:263 Command (pid 351379) utime: 12.277074
DEBUG    ya.test:process.py:263 Command (pid 351379) wtime: 19.529
DEBUG    ya.test:process.py:275 Command (pid 351379) output:
2025-12-06T12:49:42.566058Z Fetching udfs...
2025-12-06T12:49:43.108061Z Initialization of fq runner...
2025-12-06T12:49:48.101854Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.964414s
2025-12-06T12:49:49.073567Z Fetching query results...
2025-12-06T12:49:49.073598Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 351379) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bd4619b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bd461f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bd461f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bd461f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd4618c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd4618c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd461f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd461f70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bd461f70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bd4619603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bd4619b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bd461f780c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd4618c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd4618c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd461f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bd461f70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bd461f70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bd4619603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bd4619b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bd461f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bd461f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bd461f74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd4618e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd4618e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd461f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd461f9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bd4619b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bd4619b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bd4619b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bd461f775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd461f74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd4618e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd4618638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bd46186cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bd461f773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bd461f771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bd461f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bd461f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bd461f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fd4805c7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd4618c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd4618c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bd461963206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bd461963206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bd46195f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bd4619b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bd461f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bd461f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd461f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd4618e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd4618e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd461f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bd461f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bd4619b05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd4618e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd4619010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd4619010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd4619010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd461868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd461868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd4618d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd4618d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd4618d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd4618d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd4618d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bd4618b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bd461f77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bd461f77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bd461f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bd461f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bd461f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fd4805c7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd4618e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd4618e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd461f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd461f6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd461f6519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bd461f6519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bd461f618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bd461f618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bd461f7753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bd461f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fd4805c7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd4618e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd4618e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd461f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd461f6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bd461f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bd461859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd4618c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd4618c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd461f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd461f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bd4618b4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd4618c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd4618c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd461f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd461f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bd461859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd4618c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd4618c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bd461868ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bd461858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bd461858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bd46195f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bd4619b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bd461f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bd461f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bd461f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd4618e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd4619010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd4619010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd4619010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd461868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd461868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd4618d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd4618d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd4618d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd4618d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd4618cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bd4618ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bd461858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd461858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bd46195f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bd461859091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bd461859091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bd46185968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bd46185968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bd4619b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bd4619b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bd461f775c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd46184d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd46184d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd461f6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd461f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd46185936c 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 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bd4619b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bd461f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bd461f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bd461f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd4618c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd4618c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd461f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd461f70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bd461f70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bd4619603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bd4619b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bd461f780c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd4618c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd4618c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd461f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bd461f70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bd461f70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bd4619603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bd4619b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bd461f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bd461f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bd461f74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd4618e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd4618e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd461f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd461f9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bd4619b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bd4619b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bd4619b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bd461f775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd461f74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd4618e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd4618638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bd46186cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bd461f773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bd461f771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bd461f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bd461f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bd461f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fd4805c7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd4618c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd4618c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bd461963206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bd461963206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bd46195f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bd4619b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bd461f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bd461f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd461f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd4618e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd4618e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd461f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bd461f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bd4619b05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd4618e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd4619010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd4619010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd4619010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd461868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd461868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd4618d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd4618d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd4618d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd4618d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd4618d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bd4618b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bd461f77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bd461f77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bd461f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bd461f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bd461f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fd4805c7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd4618e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd4618e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd461f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd461f6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd461f6519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bd461f6519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bd461f618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bd461f618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bd461f7753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bd461f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fd4805c7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd4618e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd4618e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd461f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd461f6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bd461f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bd461859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd4618c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd4618c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd461f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd461f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bd4618b4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd4618c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd4618c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd461f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd461f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bd461859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd461849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd461849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd4618c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd4618c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bd461868ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bd461858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bd461858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bd46195f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bd46185936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bd461859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bd4619b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bd4619b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bd461f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bd461f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bd461f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bd461f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bd461f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bd4623d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bd4623d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd4623d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd46148a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd4618e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd4618e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd4619010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd4619010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd4619010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd461868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd461868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd4618d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd4618d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd4618d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd4618d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd4618cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bd4618ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bd461858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd461858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bd46195f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bd461859091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bd461859091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bd46185968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bd46185968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bd4619b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bd4619b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bd461f775c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd46184d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd46184d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd461f6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd461f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd461f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd461f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd461f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd461f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd4618b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd4619b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd4619b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bd4619b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd4618b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bd46195d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd46195d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd4619558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd4619558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd4619558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd461931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd46185936c 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-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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b9f6613936c 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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 358545
DEBUG    ya.test:process.py:259 Command (pid 358545) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 358545) elapsed time (sec): 24.385968446731567
DEBUG    ya.test:process.py:263 Command (pid 358545) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358545) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 358545) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358545) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358545) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 358545) maxrss: 1455744
DEBUG    ya.test:process.py:263 Command (pid 358545) minflt: 960442
DEBUG    ya.test:process.py:263 Command (pid 358545) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 358545) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 358545) nivcsw: 2991
DEBUG    ya.test:process.py:263 Command (pid 358545) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 358545) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 358545) nvcsw: 100295
DEBUG    ya.test:process.py:263 Command (pid 358545) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 358545) stime: 3.700981
DEBUG    ya.test:process.py:263 Command (pid 358545) utime: 12.454607
DEBUG    ya.test:process.py:263 Command (pid 358545) wtime: 24.406
DEBUG    ya.test:process.py:275 Command (pid 358545) output:
2025-12-06T12:50:02.570269Z Fetching udfs...
2025-12-06T12:50:03.175624Z Initialization of fq runner...
2025-12-06T12:50:08.208250Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.961129s
2025-12-06T12:50:09.204633Z Fetching query results...
2025-12-06T12:50:09.204656Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 358545) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b9f662905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b9f668580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b9f668578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b9f66854aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f661a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f661a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9f6684ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9f66850090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b9f66850090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b9f662403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b9f662905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b9f668580c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f661a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f661a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9f6684ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b9f66850090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b9f66850090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b9f662403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b9f662905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b9f668580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b9f668578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b9f66854aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f661c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9f661c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9f6684f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9f6687b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b9f66291a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b9f66291a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b9f66291a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b9f668575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9f66854aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f661c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9f661438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b9f6614cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b9f668573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b9f668571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b9f66856f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b9f66854a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b9f66854a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f9f84e9dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f661a9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f661a9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b9f66243206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b9f66243206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b9f6623f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b9f662905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b9f668580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b9f668578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9f66854aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f661c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9f661c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9f6684f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b9f6687bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b9f662905fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f661c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9f661e10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9f661e10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9f661e10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9f66148dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9f66148dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9f661b064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9f661b116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9f661b116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9f661b116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9f661b29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b9f6619988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b9f66857044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b9f66857044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b9f66856f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b9f66854a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b9f66854a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f9f84e9dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f661c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9f661c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9f6684f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9f6684ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b9f6684519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b9f6684519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b9f668418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b9f668418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b9f6685753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b9f66854aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f9f84e9dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f661c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9f661c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9f6684f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9f6684ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b9f6687bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b9f66139272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f661a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f661a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9f6684ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9f6687bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b9f66194b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f661a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f661a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9f6684ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9f6687bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b9f66139272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f661a9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f661a9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b9f66148ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b9f66138ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b9f66138ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b9f6623f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b9f662905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b9f668580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b9f668578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b9f66854aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f661c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9f661e10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9f661e10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9f661e10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9f66148dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9f66148dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9f661b064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9f661b116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9f661b116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9f661b116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9f661ad12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b9f6618d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b9f66138ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9f66138ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b9f6623f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b9f66139091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b9f66139091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b9f6613968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b9f6613968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b9f662919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b9f662919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b9f668575c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f6612d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9f6612d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b9f6684f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9f6687bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9f6613936c 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 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b9f662905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b9f668580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b9f668578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b9f66854aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f661a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f661a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9f6684ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9f66850090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b9f66850090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b9f662403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b9f662905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b9f668580c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f661a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f661a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9f6684ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b9f66850090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b9f66850090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b9f662403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b9f662905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b9f668580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b9f668578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b9f66854aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f661c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9f661c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9f6684f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9f6687b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b9f66291a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b9f66291a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b9f66291a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b9f668575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9f66854aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f661c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9f661438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b9f6614cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b9f668573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b9f668571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b9f66856f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b9f66854a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b9f66854a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f9f84e9dd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f661a9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f661a9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b9f66243206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b9f66243206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b9f6623f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b9f662905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b9f668580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b9f668578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9f66854aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f661c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9f661c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9f6684f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b9f6687bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b9f662905fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f661c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9f661e10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9f661e10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9f661e10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9f66148dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9f66148dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9f661b064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9f661b116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9f661b116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9f661b116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9f661b29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b9f6619988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b9f66857044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b9f66857044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b9f66856f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b9f66854a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b9f66854a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f9f84e9dd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f661c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9f661c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9f6684f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9f6684ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b9f6684519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b9f6684519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b9f668418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b9f668418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b9f6685753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b9f66854aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f9f84e9dd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f661c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9f661c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9f6684f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9f6684ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b9f6687bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b9f66139272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f661a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f661a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9f6684ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9f6687bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b9f66194b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f661a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f661a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9f6684ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9f6687bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b9f66139272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f66129f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f66129f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f661a9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f661a9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b9f66148ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b9f66138ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b9f66138ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b9f6623f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b9f6613936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b9f66139272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b9f662907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b9f662905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b9f668580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b9f668578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b9f66854bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b9f66854aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b9f66854ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b9f66cb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b9f66cb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9f66cb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9f65d6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f661c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f661c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9f661e10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9f661e10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9f661e10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9f66148dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9f66148dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9f661b064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9f661b116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9f661b116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9f661b116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9f661ad12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b9f6618d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b9f66138ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9f66138ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b9f6623f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b9f66139091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b9f66139091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b9f6613968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b9f6613968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b9f662919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b9f662919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b9f668575c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f6612d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9f6612d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b9f6684f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9f6684ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9f6684ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9f6684c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9f6684c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9f6687bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9f66195f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9f662932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9f662932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b9f662932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9f66194d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b9f6623d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9f6623d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9f662358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9f662358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9f662358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9f66211960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9f6613936c 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b1c6011936c 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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 370629
DEBUG    ya.test:process.py:259 Command (pid 370629) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 370629) elapsed time (sec): 22.20990514755249
DEBUG    ya.test:process.py:263 Command (pid 370629) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 370629) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 370629) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 370629) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 370629) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 370629) maxrss: 1463428
DEBUG    ya.test:process.py:263 Command (pid 370629) minflt: 962129
DEBUG    ya.test:process.py:263 Command (pid 370629) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 370629) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 370629) nivcsw: 2400
DEBUG    ya.test:process.py:263 Command (pid 370629) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 370629) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 370629) nvcsw: 103492
DEBUG    ya.test:process.py:263 Command (pid 370629) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 370629) stime: 4.055271
DEBUG    ya.test:process.py:263 Command (pid 370629) utime: 12.763938
DEBUG    ya.test:process.py:263 Command (pid 370629) wtime: 22.213
DEBUG    ya.test:process.py:275 Command (pid 370629) output:
2025-12-06T12:50:27.346715Z Fetching udfs...
2025-12-06T12:50:27.967240Z Initialization of fq runner...
2025-12-06T12:50:32.792414Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.158972s
2025-12-06T12:50:33.966041Z Fetching query results...
2025-12-06T12:50:33.966074Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 370629) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b1c602705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b1c608380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b1c608378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b1c60834aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c60189806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c60189806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1c6082ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1c60830090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b1c60830090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b1c602203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b1c602705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b1c608380c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c60189806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c60189806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1c6082ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b1c60830090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b1c60830090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b1c602203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b1c602705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b1c608380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b1c608378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b1c60834aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c601a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1c601a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1c6082f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1c6085b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b1c60271a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b1c60271a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b1c60271a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b1c608375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1c60834aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c601a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1c601238f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b1c6012cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b1c608373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b1c608371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b1c60836f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b1c60834a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b1c60834a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f1c7ee84d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c60189eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c60189eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b1c60223206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b1c60223206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b1c6021f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b1c602705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b1c608380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b1c608378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1c60834aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c601a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1c601a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1c6082f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b1c6085bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b1c602705fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c601a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1c601c10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1c601c10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1c601c10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1c60128dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1c60128dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1c6019064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1c6019116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1c6019116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1c6019116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1c601929f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b1c6017988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b1c60837044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b1c60837044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b1c60836f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b1c60834a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b1c60834a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f1c7ee84d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c601a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1c601a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1c6082f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1c6082ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b1c6082519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b1c6082519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b1c608218ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b1c608218c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b1c6083753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b1c60834aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f1c7ee84d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c601a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1c601a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1c6082f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1c6082ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b1c6085bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b1c60119272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c60189806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c60189806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1c6082ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1c6085bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b1c60174b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c60189806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c60189806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1c6082ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1c6085bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b1c60119272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c60189d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c60189d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b1c60128ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b1c60118ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b1c60118ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b1c6021f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b1c602705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b1c608380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b1c608378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b1c60834aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c601a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1c601c10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1c601c10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1c601c10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1c60128dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1c60128dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1c6019064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1c6019116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1c6019116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1c6019116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1c6018d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b1c6016d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b1c60118ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1c60118ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b1c6021f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b1c60119091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b1c60119091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b1c6011968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b1c6011968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b1c602719d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b1c602719d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b1c608375c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c6010d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b1c6010d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b1c6082f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1c6085bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1c6011936c 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 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b1c602705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b1c608380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b1c608378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b1c60834aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c60189806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c60189806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1c6082ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1c60830090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b1c60830090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b1c602203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b1c602705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b1c608380c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c60189806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c60189806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1c6082ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b1c60830090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b1c60830090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b1c602203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b1c602705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b1c608380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b1c608378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b1c60834aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c601a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1c601a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1c6082f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1c6085b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b1c60271a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b1c60271a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b1c60271a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b1c608375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1c60834aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c601a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1c601238f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b1c6012cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b1c608373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b1c608371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b1c60836f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b1c60834a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b1c60834a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f1c7ee84d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c60189eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c60189eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b1c60223206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b1c60223206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b1c6021f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b1c602705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b1c608380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b1c608378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1c60834aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c601a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1c601a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1c6082f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b1c6085bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b1c602705fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c601a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1c601c10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1c601c10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1c601c10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1c60128dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1c60128dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1c6019064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1c6019116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1c6019116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1c6019116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1c601929f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b1c6017988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b1c60837044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b1c60837044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b1c60836f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b1c60834a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b1c60834a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f1c7ee84d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c601a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1c601a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1c6082f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1c6082ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b1c6082519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b1c6082519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b1c608218ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b1c608218c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b1c6083753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b1c60834aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f1c7ee84d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c601a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1c601a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1c6082f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1c6082ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b1c6085bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b1c60119272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c60189806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c60189806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1c6082ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1c6085bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b1c60174b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c60189806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c60189806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1c6082ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1c6085bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b1c60119272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c60109f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c60109f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c60189d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c60189d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b1c60128ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b1c60118ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b1c60118ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b1c6021f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b1c6011936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b1c60119272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b1c602707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b1c602705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b1c608380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b1c608378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b1c60834bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b1c60834aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b1c60834ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b1c60c97db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b1c60c97db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c60c976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c5fd4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c601a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c601a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1c601c10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1c601c10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1c601c10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1c60128dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1c60128dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1c6019064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1c6019116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1c6019116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1c6019116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1c6018d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b1c6016d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b1c60118ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1c60118ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b1c6021f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b1c60119091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b1c60119091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b1c6011968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b1c6011968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b1c602719d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b1c602719d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b1c608375c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c6010d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b1c6010d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b1c6082f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1c6082ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1c6082ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1c6082c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1c6082c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1c6085bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1c60175f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1c602732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1c602732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b1c602732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1c60174d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b1c6021d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1c6021d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1c602158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1c602158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1c602158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1c601f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1c6011936c 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bdf2c38936c 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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 376162
DEBUG    ya.test:process.py:259 Command (pid 376162) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 376162) elapsed time (sec): 19.68651509284973
DEBUG    ya.test:process.py:263 Command (pid 376162) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 376162) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 376162) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 376162) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 376162) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 376162) maxrss: 1468648
DEBUG    ya.test:process.py:263 Command (pid 376162) minflt: 967380
DEBUG    ya.test:process.py:263 Command (pid 376162) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 376162) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 376162) nivcsw: 925
DEBUG    ya.test:process.py:263 Command (pid 376162) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 376162) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 376162) nvcsw: 105114
DEBUG    ya.test:process.py:263 Command (pid 376162) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 376162) stime: 3.983425
DEBUG    ya.test:process.py:263 Command (pid 376162) utime: 12.366868
DEBUG    ya.test:process.py:263 Command (pid 376162) wtime: 19.69
DEBUG    ya.test:process.py:275 Command (pid 376162) output:
2025-12-06T12:50:49.740288Z Fetching udfs...
2025-12-06T12:50:50.236848Z Initialization of fq runner...
2025-12-06T12:50:54.004256Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.036129s
2025-12-06T12:50:55.045722Z Fetching query results...
2025-12-06T12:50:55.045749Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 376162) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bdf2c4e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bdf2caa80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bdf2caa78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bdf2caa4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdf2c3f9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdf2c3f9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdf2ca9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdf2caa0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bdf2caa0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bdf2c4903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bdf2c4e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bdf2caa80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdf2c3f9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdf2c3f9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdf2ca9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bdf2caa0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bdf2caa0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bdf2c4903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bdf2c4e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bdf2caa80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bdf2caa78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bdf2caa4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdf2c412fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdf2c412fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdf2ca9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bdf2cacb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bdf2c4e1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bdf2c4e1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bdf2c4e1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bdf2caa75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bdf2caa4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdf2c418b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdf2c3938f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bdf2c39cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bdf2caa73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bdf2caa71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bdf2caa6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bdf2caa4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bdf2caa4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fdf4b0f7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdf2c3f9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdf2c3f9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bdf2c493206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bdf2c493206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bdf2c48f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bdf2c4e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bdf2caa80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bdf2caa78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bdf2caa4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdf2c412fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdf2c412fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdf2ca9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bdf2cacbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bdf2c4e05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdf2c418b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdf2c4310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdf2c4310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdf2c4310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdf2c398dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdf2c398dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdf2c40064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdf2c40116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdf2c40116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdf2c40116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdf2c4029f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bdf2c3e988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bdf2caa7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bdf2caa7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bdf2caa6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bdf2caa4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bdf2caa4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fdf4b0f7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdf2c412fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdf2c412fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdf2ca9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdf2ca9ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bdf2ca9519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bdf2ca9519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bdf2ca918ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bdf2ca918c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bdf2caa753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bdf2caa4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fdf4b0f7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdf2c412fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdf2c412fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdf2ca9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdf2ca9ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bdf2cacbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bdf2c389272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdf2c3f9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdf2c3f9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdf2ca9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bdf2cacbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bdf2c3e4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdf2c3f9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdf2c3f9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdf2ca9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdf2cacbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bdf2c389272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdf2c3f9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdf2c3f9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bdf2c398ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bdf2c388ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bdf2c388ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bdf2c48f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bdf2c4e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bdf2caa80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bdf2caa78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bdf2caa4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdf2c418b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdf2c4310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdf2c4310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdf2c4310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdf2c398dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdf2c398dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdf2c40064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdf2c40116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdf2c40116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdf2c40116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdf2c3fd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bdf2c3dd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bdf2c388ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdf2c388ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bdf2c48f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bdf2c389091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bdf2c389091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bdf2c38968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bdf2c38968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bdf2c4e19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bdf2c4e19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bdf2caa75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdf2c37d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bdf2c37d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bdf2ca9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdf2cacbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdf2c38936c 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 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bdf2c4e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bdf2caa80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bdf2caa78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bdf2caa4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdf2c3f9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdf2c3f9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdf2ca9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdf2caa0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bdf2caa0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bdf2c4903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bdf2c4e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bdf2caa80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdf2c3f9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdf2c3f9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdf2ca9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bdf2caa0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bdf2caa0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bdf2c4903ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bdf2c4e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bdf2caa80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bdf2caa78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bdf2caa4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdf2c412fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdf2c412fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdf2ca9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bdf2cacb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bdf2c4e1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bdf2c4e1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bdf2c4e1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bdf2caa75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bdf2caa4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdf2c418b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdf2c3938f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bdf2c39cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bdf2caa73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bdf2caa71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bdf2caa6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bdf2caa4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bdf2caa4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fdf4b0f7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdf2c3f9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdf2c3f9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bdf2c493206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bdf2c493206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bdf2c48f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bdf2c4e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bdf2caa80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bdf2caa78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bdf2caa4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdf2c412fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdf2c412fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdf2ca9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bdf2cacbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bdf2c4e05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdf2c418b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdf2c4310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdf2c4310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdf2c4310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdf2c398dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdf2c398dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdf2c40064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdf2c40116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdf2c40116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdf2c40116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdf2c4029f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bdf2c3e988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bdf2caa7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bdf2caa7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bdf2caa6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bdf2caa4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bdf2caa4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fdf4b0f7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdf2c412fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdf2c412fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdf2ca9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdf2ca9ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bdf2ca9519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bdf2ca9519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bdf2ca918ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bdf2ca918c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bdf2caa753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bdf2caa4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fdf4b0f7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdf2c412fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdf2c412fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdf2ca9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdf2ca9ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bdf2cacbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bdf2c389272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdf2c3f9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdf2c3f9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdf2ca9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bdf2cacbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bdf2c3e4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdf2c3f9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdf2c3f9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdf2ca9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdf2cacbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bdf2c389272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c379f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdf2c379f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdf2c3f9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdf2c3f9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bdf2c398ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bdf2c388ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bdf2c388ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bdf2c48f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bdf2c38936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bdf2c389272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bdf2c4e07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bdf2c4e05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bdf2caa80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bdf2caa78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bdf2caa4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bdf2caa4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bdf2caa4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bdf2cf07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bdf2cf07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdf2cf076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdf2bfba928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c41172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdf2c418b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdf2c4310a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdf2c4310a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdf2c4310a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdf2c398dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdf2c398dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdf2c40064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdf2c40116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdf2c40116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdf2c40116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdf2c3fd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bdf2c3dd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bdf2c388ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdf2c388ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bdf2c48f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bdf2c389091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bdf2c389091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bdf2c38968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bdf2c38968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bdf2c4e19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bdf2c4e19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bdf2caa75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdf2c37d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bdf2c37d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bdf2ca9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdf2ca9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdf2ca9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdf2ca9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdf2ca9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdf2cacbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdf2c3e5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdf2c4e32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdf2c4e32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bdf2c4e32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdf2c3e4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bdf2c48d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdf2c48d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdf2c4858d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdf2c4858d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdf2c4858d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdf2c461960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdf2c38936c 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7be8d2cd936c 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/ymbb/0021b0/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/ymbb/0021b0/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/ymbb/0021b0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 381785
DEBUG    ya.test:process.py:259 Command (pid 381785) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 381785) elapsed time (sec): 18.958394765853882
DEBUG    ya.test:process.py:263 Command (pid 381785) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 381785) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 381785) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 381785) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 381785) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 381785) maxrss: 1418124
DEBUG    ya.test:process.py:263 Command (pid 381785) minflt: 955862
DEBUG    ya.test:process.py:263 Command (pid 381785) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 381785) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 381785) nivcsw: 2039
DEBUG    ya.test:process.py:263 Command (pid 381785) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 381785) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 381785) nvcsw: 103278
DEBUG    ya.test:process.py:263 Command (pid 381785) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 381785) stime: 3.852761
DEBUG    ya.test:process.py:263 Command (pid 381785) utime: 11.348664
DEBUG    ya.test:process.py:263 Command (pid 381785) wtime: 18.961
DEBUG    ya.test:process.py:275 Command (pid 381785) output:
2025-12-06T12:51:09.636916Z Fetching udfs...
2025-12-06T12:51:10.090630Z Initialization of fq runner...
2025-12-06T12:51:14.181581Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.426264s
2025-12-06T12:51:14.619530Z Fetching query results...
2025-12-06T12:51:14.619555Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 381785) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7be8d2e305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7be8d33f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7be8d33f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7be8d33f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be8d2d49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be8d2d49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be8d33eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be8d33f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7be8d33f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7be8d2de03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7be8d2e305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7be8d33f80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be8d2d49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be8d2d49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be8d33eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7be8d33f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7be8d33f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7be8d2de03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7be8d2e305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7be8d33f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7be8d33f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7be8d33f4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be8d2d62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be8d2d62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be8d33ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be8d341b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7be8d2e31a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7be8d2e31a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7be8d2e31a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7be8d33f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be8d33f4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be8d2d68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be8d2ce38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7be8d2cecb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7be8d33f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7be8d33f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7be8d33f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7be8d33f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7be8d33f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fe8f1a40d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be8d2d49eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be8d2d49eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7be8d2de3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7be8d2de3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7be8d2ddf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7be8d2e305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7be8d33f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7be8d33f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be8d33f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be8d2d62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be8d2d62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be8d33ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7be8d341bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7be8d2e305fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be8d2d68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be8d2d810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be8d2d810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be8d2d810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be8d2ce8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be8d2ce8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be8d2d5064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be8d2d5116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be8d2d5116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be8d2d5116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be8d2d529f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7be8d2d3988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7be8d33f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7be8d33f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7be8d33f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7be8d33f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7be8d33f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fe8f1a40d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be8d2d62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be8d2d62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be8d33ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be8d33eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be8d33e519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7be8d33e519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7be8d33e18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7be8d33e18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7be8d33f753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7be8d33f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fe8f1a40d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be8d2d62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be8d2d62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be8d33ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be8d33eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7be8d341bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7be8d2cd9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be8d2d49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be8d2d49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be8d33eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be8d341bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7be8d2d34b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be8d2d49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be8d2d49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be8d33eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be8d341bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7be8d2cd9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be8d2d49d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be8d2d49d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7be8d2ce8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7be8d2cd8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7be8d2cd8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7be8d2ddf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7be8d2e305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7be8d33f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7be8d33f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7be8d33f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be8d2d68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be8d2d810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be8d2d810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be8d2d810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be8d2ce8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be8d2ce8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be8d2d5064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be8d2d5116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be8d2d5116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be8d2d5116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be8d2d4d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7be8d2d2d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7be8d2cd8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be8d2cd8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7be8d2ddf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7be8d2cd9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7be8d2cd9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7be8d2cd968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7be8d2cd968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7be8d2e319d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7be8d2e319d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7be8d33f75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be8d2ccd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be8d2ccd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be8d33ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be8d341bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be8d2cd936c 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 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7be8d2e305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7be8d33f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7be8d33f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7be8d33f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be8d2d49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be8d2d49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be8d33eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be8d33f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7be8d33f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7be8d2de03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7be8d2e305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7be8d33f80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be8d2d49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be8d2d49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be8d33eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7be8d33f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7be8d33f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7be8d2de03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7be8d2e305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7be8d33f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7be8d33f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7be8d33f4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be8d2d62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be8d2d62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be8d33ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be8d341b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7be8d2e31a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7be8d2e31a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7be8d2e31a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7be8d33f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be8d33f4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be8d2d68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be8d2ce38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7be8d2cecb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7be8d33f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7be8d33f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7be8d33f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7be8d33f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7be8d33f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fe8f1a40d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be8d2d49eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be8d2d49eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7be8d2de3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7be8d2de3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7be8d2ddf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7be8d2e305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7be8d33f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7be8d33f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be8d33f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be8d2d62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be8d2d62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be8d33ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7be8d341bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7be8d2e305fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be8d2d68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be8d2d810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be8d2d810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be8d2d810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be8d2ce8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be8d2ce8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be8d2d5064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be8d2d5116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be8d2d5116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be8d2d5116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be8d2d529f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7be8d2d3988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7be8d33f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7be8d33f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7be8d33f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7be8d33f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7be8d33f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fe8f1a40d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be8d2d62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be8d2d62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be8d33ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be8d33eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be8d33e519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7be8d33e519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7be8d33e18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7be8d33e18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7be8d33f753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7be8d33f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fe8f1a40d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be8d2d62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be8d2d62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be8d33ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be8d33eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7be8d341bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7be8d2cd9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be8d2d49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be8d2d49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be8d33eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be8d341bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7be8d2d34b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be8d2d49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be8d2d49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be8d33eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be8d341bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7be8d2cd9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2cc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be8d2cc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be8d2d49d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be8d2d49d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7be8d2ce8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7be8d2cd8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7be8d2cd8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7be8d2ddf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7be8d2cd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7be8d2cd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7be8d2e307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7be8d2e305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7be8d33f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7be8d33f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7be8d33f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7be8d33f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7be8d33f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7be8d3857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7be8d3857db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be8d38576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be8d290a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2d6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be8d2d68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be8d2d810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be8d2d810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be8d2d810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be8d2ce8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be8d2ce8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be8d2d5064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be8d2d5116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be8d2d5116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be8d2d5116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be8d2d4d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7be8d2d2d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7be8d2cd8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be8d2cd8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7be8d2ddf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7be8d2cd9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7be8d2cd9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7be8d2cd968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7be8d2cd968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7be8d2e319d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7be8d2e319d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7be8d33f75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be8d2ccd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be8d2ccd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be8d33ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be8d33eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be8d33eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be8d33ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be8d33ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be8d341bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be8d2d35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be8d2e332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be8d2e332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be8d2e332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be8d2d34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be8d2ddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be8d2ddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be8d2dd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be8d2dd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be8d2dd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be8d2db1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be8d2cd936c 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 ===============================
74.00s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
24.47s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
22.27s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
21.88s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
19.75s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
19.65s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
19.57s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
19.04s call     test_sql_streaming.py::test[pq-ReadTopic-default.txt]
0.08s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
0.05s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
0.03s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
0.03s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopic-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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ao09v3hn/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b67c0c61960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b67c0c9140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b67c0b89e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b67c0b89e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b67c0b89d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b67c0ce0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b67c0ce0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b67c0c60977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b67c0c60977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b67c0be4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b67c0b8936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b67c0b8936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453789 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4ttywjp3/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b903f601960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b903f63140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b903f529e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b903f529e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b903f529d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b903f680cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b903f680cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b903f600977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b903f600977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b903f584b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b903f52936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b903f52936c 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ey01fgjg/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb1f9c81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb1f9cb140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb1f9ba9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb1f9ba9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb1f9ba9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb1f9d00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb1f9d00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb1f9c80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb1f9c80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb1f9c04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb1f9ba936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb1f9ba936c 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_3oqiyz4u/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd461931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd46196140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd461859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd461859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd461859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd4619b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bd4619b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bd461930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd461930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd4618b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd46185936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd46185936c 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-GroupByHoppingWindowNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_ubq2jzu1/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9f66211960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9f6624140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9f66139e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9f66139e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9f66139d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9f66290cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9f66290cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9f66210977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9f66210977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9f66194b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9f6613936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9f6613936c 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cy4iiyza/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1c601f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1c6022140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1c60119e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1c60119e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1c60119d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1c60270cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1c60270cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1c601f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1c601f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1c60174b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1c6011936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1c6011936c 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_kzk126k6/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdf2c461960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdf2c49140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdf2c389e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdf2c389e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdf2c389d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdf2c4e0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdf2c4e0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdf2c460977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdf2c460977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdf2c3e4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdf2c38936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdf2c38936c 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/ymbb/0021b0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021b0/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/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021b0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_eqv760vn/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be8d2db1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be8d2de140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be8d2cd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be8d2cd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be8d2cd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be8d2e30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be8d2e30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be8d2db0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be8d2db0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be8d2d34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be8d2cd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be8d2cd936c 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 223.54s (0:03: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/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453597 byte(s) leaked in 8613 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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021aa/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 321840
DEBUG    ya.test:process.py:259 Command (pid 321840) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 321840) elapsed time (sec): 73.46171855926514
DEBUG    ya.test:process.py:263 Command (pid 321840) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321840) inblock: 243376
DEBUG    ya.test:process.py:263 Command (pid 321840) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321840) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321840) majflt: 5216
DEBUG    ya.test:process.py:263 Command (pid 321840) maxrss: 1431728
DEBUG    ya.test:process.py:263 Command (pid 321840) minflt: 952006
DEBUG    ya.test:process.py:263 Command (pid 321840) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 321840) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 321840) nivcsw: 1730
DEBUG    ya.test:process.py:263 Command (pid 321840) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 321840) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 321840) nvcsw: 114391
DEBUG    ya.test:process.py:263 Command (pid 321840) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 321840) stime: 3.826184
DEBUG    ya.test:process.py:263 Command (pid 321840) utime: 11.748321
DEBUG    ya.test:process.py:263 Command (pid 321840) wtime: 73.481
DEBUG    ya.test:process.py:275 Command (pid 321840) output:
2025-12-06T12:48:04.037009Z Fetching udfs...
2025-12-06T12:48:07.556401Z Initialization of fq runner...
2025-12-06T12:48:15.123696Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.591468s
2025-12-06T12:48:16.741881Z Fetching query results...
2025-12-06T12:48:16.741917Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 321840) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bc1296d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bc129c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bc129c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bc129c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1295e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1295e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc129c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc129c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc129c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc1296803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bc1296d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bc129c980c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1295e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1295e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc129c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc129c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bc129c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bc1296803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bc1296d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bc129c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bc129c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bc129c94aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc129602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc129602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc129c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc129cbb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bc1296d1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bc1296d1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bc1296d1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bc129c975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc129c94aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc129608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc1295838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc12958cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc129c973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc129c971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc129c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc129c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc129c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fc1482e6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1295e9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1295e9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc129683206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc129683206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc12967f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bc1296d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bc129c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc129c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc129c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc129602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc129602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc129c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bc129cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bc1296d05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc129608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc1296210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc1296210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc1296210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc129588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc129588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc1295f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc1295f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc1295f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc1295f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc1295f29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc1295d988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc129c97044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc129c97044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc129c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc129c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc129c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fc1482e6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc129602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc129602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc129c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc129c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc129c8519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bc129c8519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bc129c818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bc129c818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bc129c9753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bc129c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fc1482e6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc129602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc129602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc129c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc129c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bc129cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bc129579272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1295e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1295e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc129c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc129cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc1295d4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1295e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1295e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc129c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc129cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bc129579272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1295e9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1295e9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc129588ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc129578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc129578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc12967f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bc1296d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bc129c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc129c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc129c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc129608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc1296210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc1296210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc1296210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc129588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc129588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc1295f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc1295f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc1295f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc1295f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc1295ed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc1295cd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc129578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc129578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc12967f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc129579091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc129579091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc12957968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc12957968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc1296d19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bc1296d19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bc129c975c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc12956d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc12956d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc129c8f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc129cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453597 byte(s) leaked in 8613 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 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bc1296d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bc129c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bc129c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bc129c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1295e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1295e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc129c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc129c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc129c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc1296803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bc1296d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bc129c980c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1295e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1295e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc129c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc129c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bc129c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bc1296803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bc1296d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bc129c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bc129c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bc129c94aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc129602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc129602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc129c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc129cbb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bc1296d1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bc1296d1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bc1296d1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bc129c975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc129c94aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc129608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc1295838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc12958cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc129c973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc129c971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc129c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc129c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc129c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fc1482e6d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1295e9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1295e9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc129683206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc129683206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc12967f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bc1296d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bc129c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc129c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc129c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc129602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc129602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc129c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bc129cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bc1296d05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc129608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc1296210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc1296210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc1296210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc129588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc129588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc1295f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc1295f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc1295f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc1295f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc1295f29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc1295d988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc129c97044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc129c97044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc129c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc129c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc129c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fc1482e6d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc129602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc129602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc129c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc129c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc129c8519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bc129c8519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bc129c818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bc129c818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bc129c9753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bc129c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fc1482e6d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc129602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc129602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc129c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc129c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bc129cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bc129579272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1295e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1295e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc129c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc129cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc1295d4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1295e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1295e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc129c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc129cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bc129579272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc129569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc129569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1295e9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1295e9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc129588ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc129578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc129578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc12967f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc129579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc1296d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bc1296d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bc129c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc129c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc129c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc129c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc129c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc12a0f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc12a0f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc12a0f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1291aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc12960172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc129608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc1296210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc1296210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc1296210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc129588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc129588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc1295f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc1295f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc1295f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc1295f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc1295ed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc1295cd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc129578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc129578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc12967f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc129579091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc129579091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc12957968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc12957968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc1296d19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bc1296d19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bc129c975c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc12956d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc12956d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc129c8f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc129c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc129c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc129c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc129c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc129cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc1295d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc1296d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc1296d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc1296d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc1295d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc12967d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc12967d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc1296758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc1296758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc1296758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc129651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453597 byte(s) leaked in 8613 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b0ffbe3936c 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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 341282
DEBUG    ya.test:process.py:259 Command (pid 341282) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 341282) elapsed time (sec): 19.03948211669922
DEBUG    ya.test:process.py:263 Command (pid 341282) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341282) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 341282) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341282) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341282) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 341282) maxrss: 1437412
DEBUG    ya.test:process.py:263 Command (pid 341282) minflt: 958751
DEBUG    ya.test:process.py:263 Command (pid 341282) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 341282) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 341282) nivcsw: 4739
DEBUG    ya.test:process.py:263 Command (pid 341282) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 341282) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 341282) nvcsw: 102159
DEBUG    ya.test:process.py:263 Command (pid 341282) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 341282) stime: 3.492916
DEBUG    ya.test:process.py:263 Command (pid 341282) utime: 11.83607
DEBUG    ya.test:process.py:263 Command (pid 341282) wtime: 19.045
DEBUG    ya.test:process.py:275 Command (pid 341282) output:
2025-12-06T12:49:00.273006Z Fetching udfs...
2025-12-06T12:49:00.905460Z Initialization of fq runner...
2025-12-06T12:49:05.360468Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.635282s
2025-12-06T12:49:06.000009Z Fetching query results...
2025-12-06T12:49:06.000043Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 341282) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b0ffbf905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b0ffc5580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b0ffc5578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b0ffc554aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0ffbea9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0ffbea9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0ffc54ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0ffc550090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b0ffc550090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b0ffbf403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b0ffbf905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b0ffc5580c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0ffbea9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0ffbea9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0ffc54ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b0ffc550090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b0ffc550090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b0ffbf403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b0ffbf905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b0ffc5580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b0ffc5578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b0ffc554aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0ffbec2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0ffbec2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0ffc54f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b0ffc57b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b0ffbf91a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b0ffbf91a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b0ffbf91a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b0ffc5575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b0ffc554aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0ffbec8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0ffbe438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b0ffbe4cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b0ffc5573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b0ffc5571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b0ffc556f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b0ffc554a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b0ffc554a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f101ab9ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0ffbea9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0ffbea9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b0ffbf43206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b0ffbf43206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b0ffbf3f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b0ffbf905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b0ffc5580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b0ffc5578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b0ffc554aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0ffbec2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0ffbec2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0ffc54f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b0ffc57bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b0ffbf905fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0ffbec8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0ffbee10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0ffbee10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0ffbee10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0ffbe48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0ffbe48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0ffbeb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0ffbeb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0ffbeb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0ffbeb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0ffbeb29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b0ffbe9988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b0ffc557044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b0ffc557044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b0ffc556f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b0ffc554a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b0ffc554a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f101ab9ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0ffbec2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0ffbec2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0ffc54f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0ffc54ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0ffc54519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b0ffc54519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b0ffc5418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b0ffc5418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b0ffc55753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b0ffc554aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f101ab9ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0ffbec2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0ffbec2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0ffc54f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0ffc54ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b0ffc57bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b0ffbe39272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0ffbea9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0ffbea9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0ffc54ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b0ffc57bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b0ffbe94b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0ffbea9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0ffbea9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0ffc54ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0ffc57bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b0ffbe39272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0ffbea9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0ffbea9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b0ffbe48ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b0ffbe38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b0ffbe38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b0ffbf3f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b0ffbf905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b0ffc5580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b0ffc5578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b0ffc554aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0ffbec8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0ffbee10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0ffbee10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0ffbee10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0ffbe48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0ffbe48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0ffbeb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0ffbeb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0ffbeb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0ffbeb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0ffbead12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b0ffbe8d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b0ffbe38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0ffbe38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b0ffbf3f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b0ffbe39091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b0ffbe39091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b0ffbe3968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b0ffbe3968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b0ffbf919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b0ffbf919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b0ffc5575c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0ffbe2d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b0ffbe2d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0ffc54f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0ffc57bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0ffbe3936c 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 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b0ffbf905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b0ffc5580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b0ffc5578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b0ffc554aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0ffbea9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0ffbea9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0ffc54ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0ffc550090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b0ffc550090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b0ffbf403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b0ffbf905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b0ffc5580c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0ffbea9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0ffbea9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0ffc54ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b0ffc550090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b0ffc550090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b0ffbf403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b0ffbf905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b0ffc5580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b0ffc5578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b0ffc554aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0ffbec2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0ffbec2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0ffc54f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b0ffc57b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b0ffbf91a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b0ffbf91a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b0ffbf91a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b0ffc5575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b0ffc554aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0ffbec8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0ffbe438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b0ffbe4cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b0ffc5573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b0ffc5571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b0ffc556f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b0ffc554a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b0ffc554a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f101ab9ad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0ffbea9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0ffbea9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b0ffbf43206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b0ffbf43206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b0ffbf3f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b0ffbf905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b0ffc5580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b0ffc5578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b0ffc554aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0ffbec2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0ffbec2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0ffc54f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b0ffc57bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b0ffbf905fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0ffbec8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0ffbee10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0ffbee10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0ffbee10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0ffbe48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0ffbe48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0ffbeb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0ffbeb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0ffbeb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0ffbeb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0ffbeb29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b0ffbe9988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b0ffc557044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b0ffc557044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b0ffc556f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b0ffc554a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b0ffc554a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f101ab9ad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0ffbec2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0ffbec2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0ffc54f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0ffc54ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0ffc54519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b0ffc54519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b0ffc5418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b0ffc5418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b0ffc55753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b0ffc554aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f101ab9ad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0ffbec2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0ffbec2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0ffc54f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0ffc54ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b0ffc57bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b0ffbe39272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0ffbea9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0ffbea9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0ffc54ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b0ffc57bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b0ffbe94b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0ffbea9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0ffbea9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0ffc54ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0ffc57bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b0ffbe39272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbe29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0ffbe29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0ffbea9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0ffbea9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b0ffbe48ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b0ffbe38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b0ffbe38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b0ffbf3f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b0ffbe3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b0ffbe39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b0ffbf907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b0ffbf905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b0ffc5580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b0ffc5578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b0ffc554bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b0ffc554aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b0ffc554ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b0ffc9b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b0ffc9b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0ffc9b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0ffba6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbec172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0ffbec8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0ffbee10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0ffbee10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0ffbee10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0ffbe48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0ffbe48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0ffbeb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0ffbeb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0ffbeb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0ffbeb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0ffbead12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b0ffbe8d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b0ffbe38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0ffbe38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b0ffbf3f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b0ffbe39091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b0ffbe39091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b0ffbe3968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b0ffbe3968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b0ffbf919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b0ffbf919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b0ffc5575c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0ffbe2d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b0ffbe2d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0ffc54f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0ffc54ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0ffc54ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0ffc54c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0ffc54c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0ffc57bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0ffbe95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0ffbf932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0ffbf932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b0ffbf932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0ffbe94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b0ffbf3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0ffbf3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0ffbf358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0ffbf358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0ffbf358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0ffbf11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0ffbe3936c 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b09e38f936c 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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 345668
DEBUG    ya.test:process.py:259 Command (pid 345668) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 345668) elapsed time (sec): 20.762776613235474
DEBUG    ya.test:process.py:263 Command (pid 345668) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 345668) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 345668) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 345668) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 345668) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 345668) maxrss: 1431780
DEBUG    ya.test:process.py:263 Command (pid 345668) minflt: 954580
DEBUG    ya.test:process.py:263 Command (pid 345668) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 345668) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 345668) nivcsw: 2492
DEBUG    ya.test:process.py:263 Command (pid 345668) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 345668) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 345668) nvcsw: 100523
DEBUG    ya.test:process.py:263 Command (pid 345668) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 345668) stime: 3.544186
DEBUG    ya.test:process.py:263 Command (pid 345668) utime: 11.919545
DEBUG    ya.test:process.py:263 Command (pid 345668) wtime: 20.786
DEBUG    ya.test:process.py:275 Command (pid 345668) output:
2025-12-06T12:49:19.861982Z Fetching udfs...
2025-12-06T12:49:20.521500Z Initialization of fq runner...
2025-12-06T12:49:25.730612Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.638039s
2025-12-06T12:49:26.374087Z Fetching query results...
2025-12-06T12:49:26.374118Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 345668) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b09e3a505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b09e40180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b09e40178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b09e4014aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b09e3969806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b09e3969806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b09e400ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b09e4010090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b09e4010090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b09e3a003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b09e3a505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b09e40180c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b09e3969806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b09e3969806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b09e400ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b09e4010090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b09e4010090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b09e3a003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b09e3a505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b09e40180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b09e40178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b09e4014aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b09e3982fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b09e3982fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b09e400f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b09e403b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b09e3a51a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b09e3a51a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b09e3a51a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b09e40175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b09e4014aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b09e3988b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b09e39038f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b09e390cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b09e40173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b09e40171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b09e4016f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b09e4014a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b09e4014a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f0a0265ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b09e3969eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b09e3969eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b09e3a03206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b09e3a03206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b09e39ff957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b09e3a505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b09e40180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b09e40178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b09e4014aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b09e3982fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b09e3982fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b09e400f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b09e403bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b09e3a505fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b09e3988b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b09e39a10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b09e39a10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b09e39a10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b09e3908dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b09e3908dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b09e397064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b09e397116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b09e397116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b09e397116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b09e39729f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b09e395988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b09e4017044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b09e4017044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b09e4016f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b09e4014a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b09e4014a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f0a0265ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b09e3982fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b09e3982fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b09e400f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b09e400ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b09e400519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b09e400519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b09e40018ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b09e40018c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b09e401753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b09e4014aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f0a0265ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b09e3982fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b09e3982fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b09e400f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b09e400ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b09e403bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b09e38f9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b09e3969806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b09e3969806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b09e400ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b09e403bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b09e3954b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b09e3969806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b09e3969806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b09e400ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b09e403bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b09e38f9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b09e3969d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b09e3969d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b09e3908ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b09e38f8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b09e38f8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b09e39ff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b09e3a505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b09e40180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b09e40178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b09e4014aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b09e3988b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b09e39a10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b09e39a10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b09e39a10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b09e3908dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b09e3908dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b09e397064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b09e397116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b09e397116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b09e397116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b09e396d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b09e394d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b09e38f8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b09e38f8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b09e39ff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b09e38f9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b09e38f9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b09e38f968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b09e38f968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b09e3a519d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b09e3a519d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b09e40175c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b09e38ed882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b09e38ed882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b09e400f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b09e403bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b09e38f936c 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 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b09e3a505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b09e40180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b09e40178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b09e4014aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b09e3969806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b09e3969806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b09e400ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b09e4010090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b09e4010090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b09e3a003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b09e3a505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b09e40180c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b09e3969806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b09e3969806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b09e400ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b09e4010090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b09e4010090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b09e3a003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b09e3a505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b09e40180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b09e40178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b09e4014aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b09e3982fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b09e3982fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b09e400f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b09e403b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b09e3a51a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b09e3a51a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b09e3a51a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b09e40175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b09e4014aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b09e3988b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b09e39038f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b09e390cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b09e40173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b09e40171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b09e4016f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b09e4014a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b09e4014a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f0a0265ed8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b09e3969eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b09e3969eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b09e3a03206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b09e3a03206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b09e39ff957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b09e3a505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b09e40180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b09e40178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b09e4014aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b09e3982fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b09e3982fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b09e400f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b09e403bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b09e3a505fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b09e3988b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b09e39a10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b09e39a10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b09e39a10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b09e3908dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b09e3908dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b09e397064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b09e397116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b09e397116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b09e397116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b09e39729f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b09e395988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b09e4017044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b09e4017044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b09e4016f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b09e4014a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b09e4014a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f0a0265ed8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b09e3982fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b09e3982fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b09e400f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b09e400ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b09e400519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b09e400519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b09e40018ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b09e40018c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b09e401753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b09e4014aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f0a0265ed8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b09e3982fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b09e3982fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b09e400f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b09e400ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b09e403bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b09e38f9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b09e3969806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b09e3969806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b09e400ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b09e403bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b09e3954b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b09e3969806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b09e3969806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b09e400ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b09e403bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b09e38f9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e38e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b09e38e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b09e3969d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b09e3969d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b09e3908ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b09e38f8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b09e38f8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b09e39ff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b09e38f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b09e38f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b09e3a507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b09e3a505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b09e40180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b09e40178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b09e4014bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b09e4014aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b09e4014ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b09e4477db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b09e4477db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b09e44776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b09e352a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e398172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b09e3988b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b09e39a10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b09e39a10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b09e39a10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b09e3908dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b09e3908dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b09e397064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b09e397116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b09e397116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b09e397116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b09e396d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b09e394d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b09e38f8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b09e38f8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b09e39ff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b09e38f9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b09e38f9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b09e38f968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b09e38f968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b09e3a519d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b09e3a519d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b09e40175c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b09e38ed882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b09e38ed882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b09e400f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b09e400ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b09e400ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b09e400c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b09e400c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b09e403bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b09e3955f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b09e3a532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b09e3a532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b09e3a532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b09e3954d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b09e39fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b09e39fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b09e39f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b09e39f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b09e39f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b09e39d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b09e38f936c 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 445943 byte(s) leaked in 8469 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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 350925
DEBUG    ya.test:process.py:259 Command (pid 350925) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 350925) elapsed time (sec): 19.655069589614868
DEBUG    ya.test:process.py:263 Command (pid 350925) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 350925) inblock: 3464
DEBUG    ya.test:process.py:263 Command (pid 350925) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 350925) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 350925) majflt: 26
DEBUG    ya.test:process.py:263 Command (pid 350925) maxrss: 1434556
DEBUG    ya.test:process.py:263 Command (pid 350925) minflt: 952181
DEBUG    ya.test:process.py:263 Command (pid 350925) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 350925) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 350925) nivcsw: 2403
DEBUG    ya.test:process.py:263 Command (pid 350925) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 350925) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 350925) nvcsw: 100800
DEBUG    ya.test:process.py:263 Command (pid 350925) oublock: 9544
DEBUG    ya.test:process.py:263 Command (pid 350925) stime: 3.637354
DEBUG    ya.test:process.py:263 Command (pid 350925) utime: 11.966337
DEBUG    ya.test:process.py:263 Command (pid 350925) wtime: 19.661
DEBUG    ya.test:process.py:275 Command (pid 350925) output:
2025-12-06T12:49:41.036073Z Fetching udfs...
2025-12-06T12:49:41.681304Z Initialization of fq runner...
2025-12-06T12:49:46.786400Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.637429s
2025-12-06T12:49:47.432730Z Fetching query results...
2025-12-06T12:49:47.432759Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 350925) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b4f86f705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b4f875380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b4f875378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b4f87534aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4f86e89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4f86e89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4f8752ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4f87530090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b4f87530090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b4f86f203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b4f86f705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b4f875380c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4f86e89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4f86e89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4f8752ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b4f87530090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b4f87530090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b4f86f203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b4f86f705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b4f875380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b4f875378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b4f87534aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4f86ea2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4f86ea2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4f8752f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b4f8755b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b4f86f71a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b4f86f71a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b4f86f71a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b4f875375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b4f87534aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4f86ea8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4f86e238f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b4f86e2cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b4f875373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b4f875371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b4f87536f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b4f87534a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b4f87534a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f4fa5b84d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4f86e89eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4f86e89eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b4f86f23206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b4f86f23206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b4f86f1f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b4f86f705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b4f875380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b4f875378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b4f87534aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4f86ea2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4f86ea2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4f8752f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b4f8755bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b4f86f705fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4f86ea8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4f86ec10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4f86ec10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4f86ec10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4f86e28dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4f86e28dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4f86e9064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4f86e9116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4f86e9116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4f86e9116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4f86e929f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b4f86e7988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b4f87537044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b4f87537044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b4f87536f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b4f87534a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b4f87534a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f4fa5b84d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4f86ea2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4f86ea2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4f8752f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4f8752ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4f8752519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b4f8752519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b4f875218ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b4f875218c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b4f8753753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b4f87534aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f4fa5b84d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4f86ea2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4f86ea2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4f8752f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4f8752ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b4f8755bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b4f86e19272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4f86e89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4f86e89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4f8752ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b4f8755bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b4f86e74b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4f86e89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4f86e89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4f8752ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4f8755bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b4f86e19272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4f86e89d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4f86e89d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b4f86e28ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b4f86e18ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b4f86e18ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b4f86f1f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b4f86f705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b4f875380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b4f875378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b4f87534aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4f86ea8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4f86ec10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4f86ec10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4f86ec10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4f86e28dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4f86e28dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4f86e9064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4f86e9116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4f86e9116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4f86e9116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4f86e8d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b4f86e6d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b4f86e18ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4f86e18ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b4f86f1f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b4f86e19091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b4f86e19091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b4f86e1968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b4f86e1968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b4f86f719d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b4f86f719d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b4f875375c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4f86e0d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4f86e0d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4f8752f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4f8755bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 445943 byte(s) leaked in 8469 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 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b4f86f705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b4f875380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b4f875378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b4f87534aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4f86e89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4f86e89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4f8752ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4f87530090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b4f87530090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b4f86f203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b4f86f705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b4f875380c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4f86e89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4f86e89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4f8752ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b4f87530090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b4f87530090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b4f86f203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b4f86f705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b4f875380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b4f875378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b4f87534aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4f86ea2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4f86ea2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4f8752f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b4f8755b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b4f86f71a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b4f86f71a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b4f86f71a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b4f875375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b4f87534aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4f86ea8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4f86e238f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b4f86e2cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b4f875373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b4f875371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b4f87536f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b4f87534a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b4f87534a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f4fa5b84d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4f86e89eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4f86e89eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b4f86f23206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b4f86f23206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b4f86f1f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b4f86f705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b4f875380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b4f875378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b4f87534aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4f86ea2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4f86ea2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4f8752f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b4f8755bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b4f86f705fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4f86ea8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4f86ec10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4f86ec10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4f86ec10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4f86e28dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4f86e28dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4f86e9064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4f86e9116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4f86e9116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4f86e9116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4f86e929f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b4f86e7988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b4f87537044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b4f87537044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b4f87536f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b4f87534a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b4f87534a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f4fa5b84d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4f86ea2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4f86ea2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4f8752f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4f8752ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4f8752519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b4f8752519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b4f875218ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b4f875218c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b4f8753753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b4f87534aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f4fa5b84d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4f86ea2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4f86ea2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4f8752f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4f8752ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b4f8755bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b4f86e19272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4f86e89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4f86e89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4f8752ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b4f8755bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b4f86e74b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4f86e89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4f86e89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4f8752ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4f8755bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b4f86e19272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86e09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4f86e09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4f86e89d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4f86e89d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b4f86e28ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b4f86e18ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b4f86e18ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b4f86f1f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b4f86e19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b4f86f707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b4f86f705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b4f875380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b4f875378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b4f87534bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b4f87534aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b4f87534ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b4f87997db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b4f87997db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4f879976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4f86a4a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86ea172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4f86ea8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4f86ec10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4f86ec10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4f86ec10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4f86e28dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4f86e28dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4f86e9064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4f86e9116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4f86e9116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4f86e9116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4f86e8d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b4f86e6d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b4f86e18ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4f86e18ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b4f86f1f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b4f86e19091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b4f86e19091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b4f86e1968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b4f86e1968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b4f86f719d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b4f86f719d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b4f875375c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4f86e0d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4f86e0d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4f8752f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4f8752ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4f8752ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4f8752c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4f8752c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4f8755bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4f86e75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4f86f732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4f86f732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b4f86f732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4f86e74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b4f86f1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4f86f1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4f86f158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4f86f158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4f86f158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4f86ef1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 445943 byte(s) leaked in 8469 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b4c3855936c 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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 358249
DEBUG    ya.test:process.py:259 Command (pid 358249) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 358249) elapsed time (sec): 22.866833209991455
DEBUG    ya.test:process.py:263 Command (pid 358249) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358249) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 358249) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358249) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358249) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 358249) maxrss: 1421456
DEBUG    ya.test:process.py:263 Command (pid 358249) minflt: 950689
DEBUG    ya.test:process.py:263 Command (pid 358249) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 358249) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 358249) nivcsw: 2371
DEBUG    ya.test:process.py:263 Command (pid 358249) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 358249) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 358249) nvcsw: 100808
DEBUG    ya.test:process.py:263 Command (pid 358249) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 358249) stime: 3.525337
DEBUG    ya.test:process.py:263 Command (pid 358249) utime: 11.849529
DEBUG    ya.test:process.py:263 Command (pid 358249) wtime: 22.883
DEBUG    ya.test:process.py:275 Command (pid 358249) output:
2025-12-06T12:50:00.851171Z Fetching udfs...
2025-12-06T12:50:01.459741Z Initialization of fq runner...
2025-12-06T12:50:06.517682Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.629635s
2025-12-06T12:50:07.155965Z Fetching query results...
2025-12-06T12:50:07.155991Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 358249) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b4c386b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b4c38c780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b4c38c778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b4c38c74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c385c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c385c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4c38c6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4c38c70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b4c38c70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b4c386603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b4c386b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b4c38c780c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c385c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c385c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4c38c6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b4c38c70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b4c38c70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b4c386603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b4c386b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b4c38c780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b4c38c778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b4c38c74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c385e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4c385e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4c38c6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b4c38c9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b4c386b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b4c386b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b4c386b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b4c38c775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b4c38c74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c385e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4c385638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b4c3856cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b4c38c773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b4c38c771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b4c38c76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b4c38c74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b4c38c74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f4c572bfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c385c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c385c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b4c38663206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b4c38663206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b4c3865f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b4c386b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b4c38c780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b4c38c778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b4c38c74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c385e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4c385e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4c38c6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b4c38c9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b4c386b05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c385e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4c386010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4c386010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4c386010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4c38568dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4c38568dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4c385d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4c385d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4c385d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4c385d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4c385d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b4c385b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b4c38c77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b4c38c77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b4c38c76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b4c38c74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b4c38c74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f4c572bfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c385e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4c385e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4c38c6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4c38c6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4c38c6519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b4c38c6519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b4c38c618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b4c38c618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b4c38c7753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b4c38c74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f4c572bfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c385e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4c385e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4c38c6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4c38c6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b4c38c9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b4c38559272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c385c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c385c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4c38c6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b4c38c9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b4c385b4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c385c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c385c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4c38c6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4c38c9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b4c38559272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c385c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c385c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b4c38568ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b4c38558ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b4c38558ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b4c3865f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b4c386b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b4c38c780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b4c38c778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b4c38c74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c385e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4c386010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4c386010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4c386010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4c38568dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4c38568dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4c385d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4c385d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4c385d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4c385d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4c385cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b4c385ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b4c38558ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4c38558ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b4c3865f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b4c38559091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b4c38559091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b4c3855968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b4c3855968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b4c386b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b4c386b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b4c38c775c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4c3854d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4c3854d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4c38c6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4c38c9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4c3855936c 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 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b4c386b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b4c38c780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b4c38c778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b4c38c74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c385c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c385c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4c38c6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4c38c70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b4c38c70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b4c386603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b4c386b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b4c38c780c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c385c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c385c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4c38c6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b4c38c70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b4c38c70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b4c386603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b4c386b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b4c38c780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b4c38c778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b4c38c74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c385e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4c385e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4c38c6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b4c38c9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b4c386b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b4c386b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b4c386b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b4c38c775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b4c38c74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c385e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4c385638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b4c3856cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b4c38c773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b4c38c771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b4c38c76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b4c38c74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b4c38c74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f4c572bfd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c385c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c385c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b4c38663206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b4c38663206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b4c3865f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b4c386b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b4c38c780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b4c38c778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b4c38c74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c385e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4c385e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4c38c6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b4c38c9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b4c386b05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c385e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4c386010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4c386010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4c386010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4c38568dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4c38568dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4c385d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4c385d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4c385d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4c385d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4c385d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b4c385b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b4c38c77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b4c38c77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b4c38c76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b4c38c74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b4c38c74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f4c572bfd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c385e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4c385e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4c38c6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4c38c6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4c38c6519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b4c38c6519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b4c38c618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b4c38c618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b4c38c7753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b4c38c74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f4c572bfd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c385e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4c385e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4c38c6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4c38c6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b4c38c9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b4c38559272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c385c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c385c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4c38c6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b4c38c9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b4c385b4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c385c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c385c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4c38c6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4c38c9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b4c38559272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c38549f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c38549f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c385c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c385c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b4c38568ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b4c38558ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b4c38558ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b4c3865f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b4c3855936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b4c38559272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b4c386b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b4c386b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b4c38c780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b4c38c778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b4c38c74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b4c38c74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b4c38c74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b4c390d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b4c390d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c390d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c3818a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c385e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c385e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4c386010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4c386010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4c386010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4c38568dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4c38568dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4c385d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4c385d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4c385d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4c385d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4c385cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b4c385ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b4c38558ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4c38558ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b4c3865f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b4c38559091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b4c38559091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b4c3855968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b4c3855968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b4c386b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b4c386b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b4c38c775c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4c3854d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4c3854d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4c38c6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4c38c6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4c38c6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4c38c6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4c38c6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4c38c9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4c385b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4c386b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4c386b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b4c386b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4c385b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b4c3865d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4c3865d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4c386558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4c386558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4c386558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4c38631960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4c3855936c 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bb178d4936c 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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 369673
DEBUG    ya.test:process.py:259 Command (pid 369673) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 369673) elapsed time (sec): 21.968353986740112
DEBUG    ya.test:process.py:263 Command (pid 369673) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 369673) inblock: 1160
DEBUG    ya.test:process.py:263 Command (pid 369673) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 369673) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 369673) majflt: 8
DEBUG    ya.test:process.py:263 Command (pid 369673) maxrss: 1422484
DEBUG    ya.test:process.py:263 Command (pid 369673) minflt: 952615
DEBUG    ya.test:process.py:263 Command (pid 369673) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 369673) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 369673) nivcsw: 2485
DEBUG    ya.test:process.py:263 Command (pid 369673) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 369673) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 369673) nvcsw: 102460
DEBUG    ya.test:process.py:263 Command (pid 369673) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 369673) stime: 4.035886
DEBUG    ya.test:process.py:263 Command (pid 369673) utime: 12.113293
DEBUG    ya.test:process.py:263 Command (pid 369673) wtime: 21.972
DEBUG    ya.test:process.py:275 Command (pid 369673) output:
2025-12-06T12:50:24.165881Z Fetching udfs...
2025-12-06T12:50:24.863703Z Initialization of fq runner...
2025-12-06T12:50:29.818134Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.638784s
2025-12-06T12:50:30.462485Z Fetching query results...
2025-12-06T12:50:30.462515Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 369673) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bb178ea05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bb1794680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bb1794678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bb179464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb178db9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb178db9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb17945ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb179460090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bb179460090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bb178e503ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bb178ea05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bb1794680c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb178db9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb178db9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb17945ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bb179460090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bb179460090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bb178e503ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bb178ea05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bb1794680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bb1794678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bb179464aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb178dd2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb178dd2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb17945f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb17948b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bb178ea1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bb178ea1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bb178ea1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bb1794675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb179464aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb178dd8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb178d538f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bb178d5cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bb1794673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bb1794671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bb179466f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bb179464a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bb179464a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fb197ab7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb178db9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb178db9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bb178e53206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bb178e53206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bb178e4f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bb178ea05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bb1794680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bb1794678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb179464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb178dd2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb178dd2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb17945f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bb17948bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bb178ea05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb178dd8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb178df10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb178df10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb178df10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb178d58dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb178d58dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb178dc064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb178dc116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb178dc116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb178dc116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb178dc29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bb178da988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bb179467044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bb179467044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bb179466f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bb179464a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bb179464a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fb197ab7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb178dd2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb178dd2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb17945f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb17945ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb17945519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bb17945519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bb1794518ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bb1794518c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bb17946753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bb179464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fb197ab7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb178dd2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb178dd2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb17945f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb17945ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bb17948bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bb178d49272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb178db9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb178db9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb17945ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb17948bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bb178da4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb178db9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb178db9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb17945ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb17948bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bb178d49272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb178db9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb178db9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bb178d58ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bb178d48ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bb178d48ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bb178e4f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bb178ea05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bb1794680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bb1794678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bb179464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb178dd8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb178df10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb178df10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb178df10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb178d58dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb178d58dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb178dc064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb178dc116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb178dc116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb178dc116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb178dbd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bb178d9d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bb178d48ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb178d48ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bb178e4f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bb178d49091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bb178d49091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bb178d4968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bb178d4968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bb178ea19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bb178ea19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bb1794675c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb178d3d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb178d3d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb17945f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb17948bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb178d4936c 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 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bb178ea05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bb1794680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bb1794678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bb179464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb178db9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb178db9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb17945ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb179460090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bb179460090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bb178e503ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bb178ea05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bb1794680c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb178db9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb178db9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb17945ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bb179460090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bb179460090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bb178e503ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bb178ea05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bb1794680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bb1794678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bb179464aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb178dd2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb178dd2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb17945f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb17948b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bb178ea1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bb178ea1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bb178ea1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bb1794675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb179464aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb178dd8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb178d538f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bb178d5cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bb1794673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bb1794671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bb179466f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bb179464a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bb179464a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fb197ab7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb178db9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb178db9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bb178e53206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bb178e53206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bb178e4f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bb178ea05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bb1794680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bb1794678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb179464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb178dd2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb178dd2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb17945f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bb17948bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bb178ea05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb178dd8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb178df10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb178df10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb178df10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb178d58dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb178d58dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb178dc064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb178dc116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb178dc116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb178dc116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb178dc29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bb178da988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bb179467044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bb179467044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bb179466f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bb179464a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bb179464a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fb197ab7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb178dd2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb178dd2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb17945f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb17945ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb17945519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bb17945519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bb1794518ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bb1794518c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bb17946753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bb179464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fb197ab7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb178dd2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb178dd2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb17945f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb17945ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bb17948bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bb178d49272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb178db9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb178db9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb17945ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb17948bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bb178da4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb178db9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb178db9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb17945ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb17948bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bb178d49272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178d39f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb178d39f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb178db9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb178db9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bb178d58ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bb178d48ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bb178d48ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bb178e4f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bb178d4936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bb178d49272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bb178ea07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bb178ea05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bb1794680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bb1794678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bb179464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bb179464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bb179464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bb1798c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bb1798c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb1798c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb17897a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178dd172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb178dd8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb178df10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb178df10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb178df10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb178d58dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb178d58dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb178dc064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb178dc116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb178dc116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb178dc116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb178dbd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bb178d9d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bb178d48ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb178d48ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bb178e4f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bb178d49091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bb178d49091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bb178d4968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bb178d4968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bb178ea19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bb178ea19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bb1794675c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb178d3d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb178d3d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb17945f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb17945ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb17945ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb17945c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb17945c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb17948bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb178da5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb178ea32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb178ea32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb178ea32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb178da4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb178e4d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb178e4d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb178e458d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb178e458d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb178e458d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb178e21960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb178d4936c 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bdbc557936c 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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 375447
DEBUG    ya.test:process.py:259 Command (pid 375447) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 375447) elapsed time (sec): 19.151135444641113
DEBUG    ya.test:process.py:263 Command (pid 375447) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 375447) inblock: 31704
DEBUG    ya.test:process.py:263 Command (pid 375447) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 375447) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 375447) majflt: 202
DEBUG    ya.test:process.py:263 Command (pid 375447) maxrss: 1420696
DEBUG    ya.test:process.py:263 Command (pid 375447) minflt: 954881
DEBUG    ya.test:process.py:263 Command (pid 375447) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 375447) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 375447) nivcsw: 1148
DEBUG    ya.test:process.py:263 Command (pid 375447) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 375447) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 375447) nvcsw: 104089
DEBUG    ya.test:process.py:263 Command (pid 375447) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 375447) stime: 3.937406
DEBUG    ya.test:process.py:263 Command (pid 375447) utime: 11.227794
DEBUG    ya.test:process.py:263 Command (pid 375447) wtime: 19.154
DEBUG    ya.test:process.py:275 Command (pid 375447) output:
2025-12-06T12:50:46.336676Z Fetching udfs...
2025-12-06T12:50:47.040992Z Initialization of fq runner...
2025-12-06T12:50:50.750948Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.512277s
2025-12-06T12:50:51.272693Z Fetching query results...
2025-12-06T12:50:51.272717Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 375447) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bdbc56d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bdbc5c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bdbc5c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bdbc5c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdbc55e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdbc55e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdbc5c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdbc5c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bdbc5c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bdbc56803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bdbc56d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bdbc5c980c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdbc55e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdbc55e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdbc5c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bdbc5c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bdbc5c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bdbc56803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bdbc56d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bdbc5c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bdbc5c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bdbc5c94aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdbc5602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdbc5602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdbc5c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bdbc5cbb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bdbc56d1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bdbc56d1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bdbc56d1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bdbc5c975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bdbc5c94aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdbc5608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdbc55838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bdbc558cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bdbc5c973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bdbc5c971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bdbc5c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bdbc5c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bdbc5c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fdbe42dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdbc55e9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdbc55e9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bdbc5683206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bdbc5683206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bdbc567f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bdbc56d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bdbc5c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bdbc5c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bdbc5c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdbc5602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdbc5602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdbc5c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bdbc5cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bdbc56d05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdbc5608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdbc56210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdbc56210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdbc56210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdbc5588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdbc5588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdbc55f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdbc55f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdbc55f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdbc55f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdbc55f29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bdbc55d988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bdbc5c97044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bdbc5c97044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bdbc5c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bdbc5c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bdbc5c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fdbe42dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdbc5602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdbc5602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdbc5c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdbc5c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bdbc5c8519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bdbc5c8519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bdbc5c818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bdbc5c818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bdbc5c9753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bdbc5c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fdbe42dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdbc5602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdbc5602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdbc5c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdbc5c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bdbc5cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bdbc5579272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdbc55e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdbc55e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdbc5c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bdbc5cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bdbc55d4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdbc55e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdbc55e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdbc5c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdbc5cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bdbc5579272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdbc55e9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdbc55e9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bdbc5588ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bdbc5578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bdbc5578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bdbc567f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bdbc56d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bdbc5c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bdbc5c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bdbc5c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdbc5608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdbc56210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdbc56210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdbc56210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdbc5588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdbc5588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdbc55f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdbc55f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdbc55f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdbc55f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdbc55ed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bdbc55cd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bdbc5578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdbc5578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bdbc567f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bdbc5579091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bdbc5579091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bdbc557968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bdbc557968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bdbc56d19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bdbc56d19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bdbc5c975c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdbc556d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bdbc556d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bdbc5c8f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdbc5cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdbc557936c 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 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bdbc56d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bdbc5c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bdbc5c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bdbc5c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdbc55e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdbc55e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdbc5c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdbc5c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bdbc5c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bdbc56803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bdbc56d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bdbc5c980c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdbc55e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdbc55e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdbc5c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bdbc5c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bdbc5c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bdbc56803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bdbc56d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bdbc5c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bdbc5c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bdbc5c94aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdbc5602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdbc5602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdbc5c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bdbc5cbb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bdbc56d1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bdbc56d1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bdbc56d1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bdbc5c975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bdbc5c94aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdbc5608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdbc55838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bdbc558cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bdbc5c973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bdbc5c971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bdbc5c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bdbc5c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bdbc5c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fdbe42dfd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdbc55e9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdbc55e9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bdbc5683206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bdbc5683206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bdbc567f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bdbc56d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bdbc5c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bdbc5c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bdbc5c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdbc5602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdbc5602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdbc5c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bdbc5cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bdbc56d05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdbc5608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdbc56210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdbc56210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdbc56210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdbc5588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdbc5588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdbc55f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdbc55f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdbc55f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdbc55f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdbc55f29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bdbc55d988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bdbc5c97044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bdbc5c97044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bdbc5c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bdbc5c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bdbc5c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fdbe42dfd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdbc5602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdbc5602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdbc5c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdbc5c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bdbc5c8519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bdbc5c8519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bdbc5c818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bdbc5c818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bdbc5c9753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bdbc5c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fdbe42dfd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdbc5602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdbc5602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdbc5c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdbc5c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bdbc5cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bdbc5579272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdbc55e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdbc55e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdbc5c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bdbc5cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bdbc55d4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdbc55e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdbc55e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdbc5c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdbc5cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bdbc5579272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc5569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdbc5569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdbc55e9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdbc55e9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bdbc5588ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bdbc5578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bdbc5578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bdbc567f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bdbc557936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bdbc5579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bdbc56d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bdbc56d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bdbc5c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bdbc5c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bdbc5c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bdbc5c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bdbc5c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bdbc60f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bdbc60f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdbc60f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdbc51aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc560172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdbc5608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdbc56210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdbc56210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdbc56210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdbc5588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdbc5588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdbc55f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdbc55f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdbc55f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdbc55f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdbc55ed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bdbc55cd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bdbc5578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdbc5578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bdbc567f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bdbc5579091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bdbc5579091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bdbc557968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bdbc557968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bdbc56d19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bdbc56d19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bdbc5c975c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdbc556d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bdbc556d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bdbc5c8f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdbc5c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdbc5c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdbc5c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdbc5c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdbc5cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdbc55d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdbc56d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdbc56d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bdbc56d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdbc55d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bdbc567d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdbc567d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdbc56758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdbc56758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdbc56758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdbc5651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdbc557936c 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b285f85936c 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/ymbb/0021aa/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/ymbb/0021aa/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/ymbb/0021aa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 380272
DEBUG    ya.test:process.py:259 Command (pid 380272) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 380272) elapsed time (sec): 19.098761558532715
DEBUG    ya.test:process.py:263 Command (pid 380272) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 380272) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 380272) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 380272) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 380272) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 380272) maxrss: 1413768
DEBUG    ya.test:process.py:263 Command (pid 380272) minflt: 953561
DEBUG    ya.test:process.py:263 Command (pid 380272) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 380272) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 380272) nivcsw: 1425
DEBUG    ya.test:process.py:263 Command (pid 380272) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 380272) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 380272) nvcsw: 103266
DEBUG    ya.test:process.py:263 Command (pid 380272) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 380272) stime: 4.135153
DEBUG    ya.test:process.py:263 Command (pid 380272) utime: 11.187217
DEBUG    ya.test:process.py:263 Command (pid 380272) wtime: 19.104
DEBUG    ya.test:process.py:275 Command (pid 380272) output:
2025-12-06T12:51:05.720997Z Fetching udfs...
2025-12-06T12:51:06.277163Z Initialization of fq runner...
2025-12-06T12:51:10.153803Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.529294s
2025-12-06T12:51:10.689800Z Fetching query results...
2025-12-06T12:51:10.689827Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 380272) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b285f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b285ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b285ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b285ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b285f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b285f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b285ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b285ff70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b285ff70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b285f9603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b285f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b285ff780c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b285f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b285f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b285ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b285ff70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b285ff70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b285f9603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b285f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b285ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b285ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b285ff74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b285f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b285f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b285ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b285ff9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b285f9b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b285f9b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b285f9b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b285ff775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b285ff74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b285f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b285f8638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b285f86cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b285ff773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b285ff771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b285ff76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b285ff74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b285ff74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f287e5c7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b285f8c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b285f8c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b285f963206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b285f963206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b285f95f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b285f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b285ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b285ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b285ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b285f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b285f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b285ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b285ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b285f9b05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b285f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b285f9010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b285f9010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b285f9010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b285f868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b285f868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b285f8d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b285f8d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b285f8d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b285f8d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b285f8d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b285f8b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b285ff77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b285ff77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b285ff76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b285ff74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b285ff74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f287e5c7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b285f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b285f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b285ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b285ff6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b285ff6519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b285ff6519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b285ff618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b285ff618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b285ff7753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b285ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f287e5c7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b285f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b285f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b285ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b285ff6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b285ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b285f859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b285f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b285f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b285ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b285ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b285f8b4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b285f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b285f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b285ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b285ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b285f859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b285f8c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b285f8c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b285f868ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b285f858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b285f858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b285f95f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b285f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b285ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b285ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b285ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b285f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b285f9010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b285f9010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b285f9010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b285f868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b285f868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b285f8d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b285f8d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b285f8d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b285f8d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b285f8cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b285f8ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b285f858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b285f858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b285f95f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b285f859091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b285f859091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b285f85968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b285f85968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b285f9b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b285f9b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b285ff775c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b285f84d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b285f84d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b285ff6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b285ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b285f85936c 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 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b285f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b285ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b285ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b285ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b285f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b285f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b285ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b285ff70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b285ff70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b285f9603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b285f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b285ff780c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b285f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b285f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b285ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b285ff70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b285ff70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b285f9603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b285f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b285ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b285ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b285ff74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b285f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b285f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b285ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b285ff9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b285f9b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b285f9b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b285f9b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b285ff775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b285ff74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b285f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b285f8638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b285f86cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b285ff773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b285ff771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b285ff76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b285ff74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b285ff74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f287e5c7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b285f8c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b285f8c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b285f963206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b285f963206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b285f95f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b285f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b285ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b285ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b285ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b285f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b285f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b285ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b285ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b285f9b05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b285f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b285f9010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b285f9010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b285f9010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b285f868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b285f868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b285f8d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b285f8d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b285f8d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b285f8d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b285f8d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b285f8b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b285ff77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b285ff77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b285ff76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b285ff74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b285ff74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f287e5c7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b285f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b285f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b285ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b285ff6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b285ff6519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b285ff6519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b285ff618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b285ff618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b285ff7753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b285ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f287e5c7d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b285f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b285f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b285ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b285ff6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b285ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b285f859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b285f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b285f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b285ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b285ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b285f8b4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b285f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b285f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b285ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b285ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b285f859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b285f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b285f8c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b285f8c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b285f868ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b285f858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b285f858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b285f95f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b285f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b285f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b285f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b285f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b285ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b285ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b285ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b285ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b285ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b28603d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b28603d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b28603d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b285f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b285f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b285f9010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b285f9010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b285f9010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b285f868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b285f868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b285f8d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b285f8d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b285f8d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b285f8d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b285f8cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b285f8ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b285f858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b285f858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b285f95f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b285f859091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b285f859091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b285f85968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b285f85968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b285f9b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b285f9b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b285ff775c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b285f84d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b285f84d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b285ff6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b285ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b285ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b285ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b285ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b285ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b285f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b285f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b285f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b285f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b285f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b285f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b285f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b285f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b285f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b285f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b285f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b285f85936c 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 ===============================
73.55s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
22.95s call     test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]
22.04s call     test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
20.85s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
19.74s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
19.22s call     test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
19.16s call     test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
19.15s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
0.09s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
0.03s setup    test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
0.03s setup    test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
0.03s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadWriteTopic-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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ol559q3i/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc129651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc12968140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc129579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc129579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc129579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc1296d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc1296d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc129650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc129650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc1295d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc12957936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc12957936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453597 byte(s) leaked in 8613 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_hcesk_mw/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0ffbf11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0ffbf4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0ffbe39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0ffbe39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0ffbe39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0ffbf90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b0ffbf90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b0ffbf10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0ffbf10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0ffbe94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0ffbe3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0ffbe3936c 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2fxvah6t/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b09e39d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b09e3a0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b09e38f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b09e38f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b09e38f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b09e3a50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b09e3a50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b09e39d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b09e39d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b09e3954b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b09e38f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b09e38f936c 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d74jat4c/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4f86ef1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4f86f2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4f86e19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4f86e19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4f86e19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4f86f70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b4f86f70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b4f86ef0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4f86ef0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4f86e74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4f86e1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4f86e1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 445943 byte(s) leaked in 8469 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_awi_9agz/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4c38631960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4c3866140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4c38559e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4c38559e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4c38559d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4c386b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b4c386b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b4c38630977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4c38630977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4c385b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4c3855936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4c3855936c 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_e04_1qwt/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb178e21960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb178e5140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb178d49e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb178d49e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb178d49d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb178ea0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb178ea0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb178e20977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb178e20977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb178da4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb178d4936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb178d4936c 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8n0t3wy/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdbc5651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdbc568140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdbc5579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdbc5579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdbc5579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdbc56d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdbc56d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdbc5650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdbc5650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdbc55d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdbc557936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdbc557936c 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/ymbb/0021aa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021aa/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/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021aa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_orsdpykg/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b285f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b285f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b285f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b285f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b285f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b285f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b285f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b285f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b285f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b285f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b285f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b285f85936c 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 219.21s (0:03:39) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b016e4a936c 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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021ae/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 321808
DEBUG    ya.test:process.py:259 Command (pid 321808) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 321808) elapsed time (sec): 74.02838492393494
DEBUG    ya.test:process.py:263 Command (pid 321808) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321808) inblock: 255384
DEBUG    ya.test:process.py:263 Command (pid 321808) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321808) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 321808) majflt: 5219
DEBUG    ya.test:process.py:263 Command (pid 321808) maxrss: 1430876
DEBUG    ya.test:process.py:263 Command (pid 321808) minflt: 947551
DEBUG    ya.test:process.py:263 Command (pid 321808) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 321808) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 321808) nivcsw: 1770
DEBUG    ya.test:process.py:263 Command (pid 321808) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 321808) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 321808) nvcsw: 114237
DEBUG    ya.test:process.py:263 Command (pid 321808) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 321808) stime: 3.819533
DEBUG    ya.test:process.py:263 Command (pid 321808) utime: 11.951362
DEBUG    ya.test:process.py:263 Command (pid 321808) wtime: 74.053
DEBUG    ya.test:process.py:275 Command (pid 321808) output:
2025-12-06T12:48:04.045485Z Fetching udfs...
2025-12-06T12:48:07.559718Z Initialization of fq runner...
2025-12-06T12:48:15.131202Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.470323s
2025-12-06T12:48:16.613933Z Fetching query results...
2025-12-06T12:48:16.613967Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 321808) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b016e6005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b016ebc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b016ebc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b016ebc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b016e519806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b016e519806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b016ebbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b016ebc0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b016ebc0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b016e5b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b016e6005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b016ebc80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b016e519806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b016e519806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b016ebbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b016ebc0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b016ebc0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b016e5b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b016e6005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b016ebc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b016ebc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b016ebc4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b016e532fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b016e532fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b016ebbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b016ebeb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b016e601a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b016e601a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b016e601a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b016ebc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b016ebc4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b016e538b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b016e4b38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b016e4bcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b016ebc73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b016ebc71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b016ebc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b016ebc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b016ebc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f018d20bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b016e519eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b016e519eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b016e5b3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b016e5b3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b016e5af957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b016e6005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b016ebc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b016ebc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b016ebc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b016e532fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b016e532fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b016ebbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b016ebebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b016e6005fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b016e538b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b016e5510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b016e5510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b016e5510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b016e4b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b016e4b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b016e52064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b016e52116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b016e52116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b016e52116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b016e5229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b016e50988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b016ebc7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b016ebc7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b016ebc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b016ebc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b016ebc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f018d20bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b016e532fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b016e532fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b016ebbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b016ebbec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b016ebb519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b016ebb519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b016ebb18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b016ebb18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b016ebc753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b016ebc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f018d20bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b016e532fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b016e532fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b016ebbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b016ebbec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b016ebebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b016e4a9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b016e519806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b016e519806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b016ebbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b016ebebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b016e504b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b016e519806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b016e519806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b016ebbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b016ebebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b016e4a9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b016e519d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b016e519d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b016e4b8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b016e4a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b016e4a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b016e5af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b016e6005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b016ebc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b016ebc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b016ebc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b016e538b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b016e5510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b016e5510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b016e5510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b016e4b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b016e4b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b016e52064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b016e52116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b016e52116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b016e52116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b016e51d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b016e4fd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b016e4a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b016e4a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b016e5af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b016e4a9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b016e4a9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b016e4a968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b016e4a968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b016e6019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b016e6019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b016ebc75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b016e49d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b016e49d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b016ebbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b016ebebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b016e4a936c 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 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b016e6005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b016ebc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b016ebc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b016ebc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b016e519806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b016e519806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b016ebbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b016ebc0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b016ebc0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b016e5b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b016e6005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b016ebc80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b016e519806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b016e519806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b016ebbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b016ebc0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b016ebc0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b016e5b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b016e6005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b016ebc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b016ebc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b016ebc4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b016e532fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b016e532fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b016ebbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b016ebeb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b016e601a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b016e601a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b016e601a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b016ebc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b016ebc4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b016e538b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b016e4b38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b016e4bcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b016ebc73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b016ebc71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b016ebc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b016ebc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b016ebc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f018d20bd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b016e519eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b016e519eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b016e5b3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b016e5b3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b016e5af957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b016e6005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b016ebc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b016ebc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b016ebc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b016e532fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b016e532fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b016ebbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b016ebebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b016e6005fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b016e538b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b016e5510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b016e5510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b016e5510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b016e4b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b016e4b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b016e52064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b016e52116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b016e52116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b016e52116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b016e5229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b016e50988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b016ebc7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b016ebc7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b016ebc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b016ebc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b016ebc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f018d20bd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b016e532fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b016e532fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b016ebbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b016ebbec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b016ebb519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b016ebb519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b016ebb18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b016ebb18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b016ebc753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b016ebc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f018d20bd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b016e532fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b016e532fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b016ebbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b016ebbec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b016ebebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b016e4a9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b016e519806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b016e519806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b016ebbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b016ebebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b016e504b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b016e519806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b016e519806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b016ebbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b016ebebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b016e4a9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e499f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b016e499f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b016e519d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b016e519d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b016e4b8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b016e4a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b016e4a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b016e5af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b016e4a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b016e4a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b016e6007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b016e6005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b016ebc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b016ebc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b016ebc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b016ebc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b016ebc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b016f027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b016f027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b016f0276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b016e0da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e53172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b016e538b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b016e5510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b016e5510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b016e5510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b016e4b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b016e4b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b016e52064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b016e52116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b016e52116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b016e52116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b016e51d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b016e4fd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b016e4a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b016e4a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b016e5af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b016e4a9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b016e4a9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b016e4a968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b016e4a968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b016e6019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b016e6019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b016ebc75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b016e49d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b016e49d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b016ebbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b016ebbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b016ebbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b016ebbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b016ebbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b016ebebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b016e505f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b016e6032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b016e6032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b016e6032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b016e504d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b016e5ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b016e5ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b016e5a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b016e5a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b016e5a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b016e581960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b016e4a936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b7a780d936c 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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 341353
DEBUG    ya.test:process.py:259 Command (pid 341353) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 341353) elapsed time (sec): 19.547034740447998
DEBUG    ya.test:process.py:263 Command (pid 341353) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341353) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 341353) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341353) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 341353) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 341353) maxrss: 1432992
DEBUG    ya.test:process.py:263 Command (pid 341353) minflt: 958206
DEBUG    ya.test:process.py:263 Command (pid 341353) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 341353) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 341353) nivcsw: 1947
DEBUG    ya.test:process.py:263 Command (pid 341353) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 341353) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 341353) nvcsw: 102055
DEBUG    ya.test:process.py:263 Command (pid 341353) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 341353) stime: 3.836439
DEBUG    ya.test:process.py:263 Command (pid 341353) utime: 11.81788
DEBUG    ya.test:process.py:263 Command (pid 341353) wtime: 19.55
DEBUG    ya.test:process.py:275 Command (pid 341353) output:
2025-12-06T12:49:00.559324Z Fetching udfs...
2025-12-06T12:49:01.089404Z Initialization of fq runner...
2025-12-06T12:49:05.489242Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.658047s
2025-12-06T12:49:06.154162Z Fetching query results...
2025-12-06T12:49:06.154190Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 341353) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b7a782305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b7a787f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b7a787f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b7a787f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7a78149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7a78149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7a787eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7a787f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b7a787f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b7a781e03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b7a782305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b7a787f80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7a78149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7a78149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7a787eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b7a787f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b7a787f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b7a781e03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b7a782305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b7a787f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b7a787f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b7a787f4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7a78162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7a78162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7a787ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b7a7881b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b7a78231a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b7a78231a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b7a78231a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b7a787f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b7a787f4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7a78168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7a780e38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b7a780ecb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b7a787f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b7a787f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b7a787f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b7a787f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b7a787f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f7a96e3bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7a78149eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7a78149eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b7a781e3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b7a781e3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b7a781df957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b7a782305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b7a787f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b7a787f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b7a787f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7a78162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7a78162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7a787ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b7a7881bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b7a782305fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7a78168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7a781810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b7a781810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b7a781810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b7a780e8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b7a780e8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b7a7815064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b7a7815116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b7a7815116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b7a7815116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b7a781529f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b7a7813988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b7a787f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b7a787f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b7a787f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b7a787f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b7a787f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f7a96e3bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7a78162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7a78162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7a787ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7a787eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b7a787e519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b7a787e519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b7a787e18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b7a787e18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b7a787f753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b7a787f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f7a96e3bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7a78162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7a78162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7a787ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7a787eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b7a7881bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b7a780d9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7a78149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7a78149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7a787eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b7a7881bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b7a78134b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7a78149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7a78149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7a787eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7a7881bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b7a780d9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7a78149d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7a78149d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b7a780e8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b7a780d8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b7a780d8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b7a781df722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b7a782305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b7a787f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b7a787f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b7a787f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7a78168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7a781810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b7a781810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b7a781810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b7a780e8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b7a780e8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b7a7815064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b7a7815116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b7a7815116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b7a7815116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b7a7814d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b7a7812d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b7a780d8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7a780d8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b7a781df722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b7a780d9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b7a780d9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b7a780d968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b7a780d968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b7a782319d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b7a782319d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b7a787f75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7a780cd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b7a780cd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b7a787ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7a7881bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b7a780d936c 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 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b7a782305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b7a787f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b7a787f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b7a787f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7a78149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7a78149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7a787eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7a787f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b7a787f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b7a781e03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b7a782305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b7a787f80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7a78149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7a78149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7a787eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b7a787f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b7a787f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b7a781e03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b7a782305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b7a787f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b7a787f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b7a787f4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7a78162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7a78162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7a787ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b7a7881b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b7a78231a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b7a78231a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b7a78231a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b7a787f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b7a787f4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7a78168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7a780e38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b7a780ecb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b7a787f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b7a787f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b7a787f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b7a787f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b7a787f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f7a96e3bd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7a78149eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7a78149eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b7a781e3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b7a781e3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b7a781df957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b7a782305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b7a787f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b7a787f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b7a787f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7a78162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7a78162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7a787ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b7a7881bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b7a782305fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7a78168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7a781810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b7a781810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b7a781810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b7a780e8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b7a780e8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b7a7815064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b7a7815116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b7a7815116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b7a7815116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b7a781529f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b7a7813988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b7a787f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b7a787f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b7a787f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b7a787f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b7a787f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f7a96e3bd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7a78162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7a78162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7a787ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7a787eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b7a787e519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b7a787e519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b7a787e18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b7a787e18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b7a787f753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b7a787f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f7a96e3bd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7a78162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7a78162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7a787ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7a787eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b7a7881bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b7a780d9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7a78149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7a78149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7a787eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b7a7881bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b7a78134b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7a78149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7a78149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7a787eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7a7881bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b7a780d9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a780c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7a780c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7a78149d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7a78149d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b7a780e8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b7a780d8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b7a780d8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b7a781df722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b7a780d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b7a780d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b7a782307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b7a782305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b7a787f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b7a787f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b7a787f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b7a787f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b7a787f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b7a78c57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b7a78c57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7a78c576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7a77d0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a7816172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7a78168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7a781810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b7a781810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b7a781810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b7a780e8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b7a780e8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b7a7815064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b7a7815116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b7a7815116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b7a7815116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b7a7814d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b7a7812d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b7a780d8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7a780d8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b7a781df722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b7a780d9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b7a780d9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b7a780d968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b7a780d968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b7a782319d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b7a782319d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b7a787f75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7a780cd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b7a780cd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b7a787ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7a787eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7a787eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7a787ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7a787ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7a7881bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b7a78135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b7a782332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b7a782332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b7a782332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b7a78134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b7a781dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b7a781dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b7a781d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b7a781d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b7a781d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7a781b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b7a780d936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bd056a9936c 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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 345878
DEBUG    ya.test:process.py:259 Command (pid 345878) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 345878) elapsed time (sec): 22.496027946472168
DEBUG    ya.test:process.py:263 Command (pid 345878) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 345878) inblock: 296
DEBUG    ya.test:process.py:263 Command (pid 345878) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 345878) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 345878) majflt: 8
DEBUG    ya.test:process.py:263 Command (pid 345878) maxrss: 1453684
DEBUG    ya.test:process.py:263 Command (pid 345878) minflt: 954413
DEBUG    ya.test:process.py:263 Command (pid 345878) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 345878) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 345878) nivcsw: 2563
DEBUG    ya.test:process.py:263 Command (pid 345878) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 345878) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 345878) nvcsw: 101998
DEBUG    ya.test:process.py:263 Command (pid 345878) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 345878) stime: 3.536625
DEBUG    ya.test:process.py:263 Command (pid 345878) utime: 12.407474
DEBUG    ya.test:process.py:263 Command (pid 345878) wtime: 22.507
DEBUG    ya.test:process.py:275 Command (pid 345878) output:
2025-12-06T12:49:20.732386Z Fetching udfs...
2025-12-06T12:49:21.342873Z Initialization of fq runner...
2025-12-06T12:49:27.256395Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.912307s
2025-12-06T12:49:28.181039Z Fetching query results...
2025-12-06T12:49:28.181074Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 345878) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bd056bf05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bd0571b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bd0571b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bd0571b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd056b09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd056b09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd0571aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd0571b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bd0571b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bd056ba03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bd056bf05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bd0571b80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd056b09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd056b09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd0571aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bd0571b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bd0571b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bd056ba03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bd056bf05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bd0571b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bd0571b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bd0571b4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd056b22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd056b22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd0571af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd0571db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bd056bf1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bd056bf1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bd056bf1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bd0571b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd0571b4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd056b28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd056aa38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bd056aacb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bd0571b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bd0571b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bd0571b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bd0571b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bd0571b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fd0757ffd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd056b09eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd056b09eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bd056ba3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bd056ba3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bd056b9f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bd056bf05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bd0571b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bd0571b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd0571b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd056b22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd056b22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd0571af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bd0571dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bd056bf05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd056b28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd056b410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd056b410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd056b410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd056aa8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd056aa8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd056b1064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd056b1116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd056b1116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd056b1116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd056b129f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bd056af988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bd0571b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bd0571b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bd0571b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bd0571b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bd0571b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fd0757ffd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd056b22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd056b22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd0571af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd0571aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd0571a519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bd0571a519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bd0571a18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bd0571a18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bd0571b753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bd0571b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fd0757ffd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd056b22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd056b22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd0571af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd0571aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bd0571dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bd056a99272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd056b09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd056b09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd0571aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd0571dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bd056af4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd056b09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd056b09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd0571aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd0571dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bd056a99272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd056b09d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd056b09d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bd056aa8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bd056a98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bd056a98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bd056b9f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bd056bf05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bd0571b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bd0571b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bd0571b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd056b28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd056b410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd056b410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd056b410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd056aa8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd056aa8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd056b1064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd056b1116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd056b1116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd056b1116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd056b0d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bd056aed4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bd056a98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd056a98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bd056b9f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bd056a99091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bd056a99091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bd056a9968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bd056a9968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bd056bf19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bd056bf19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bd0571b75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd056a8d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd056a8d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd0571af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd0571dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd056a9936c 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 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bd056bf05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bd0571b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bd0571b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bd0571b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd056b09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd056b09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd0571aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd0571b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bd0571b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bd056ba03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bd056bf05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bd0571b80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd056b09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd056b09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd0571aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bd0571b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bd0571b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bd056ba03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bd056bf05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bd0571b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bd0571b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bd0571b4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd056b22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd056b22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd0571af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd0571db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bd056bf1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bd056bf1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bd056bf1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bd0571b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd0571b4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd056b28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd056aa38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bd056aacb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bd0571b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bd0571b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bd0571b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bd0571b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bd0571b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fd0757ffd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd056b09eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd056b09eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bd056ba3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bd056ba3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bd056b9f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bd056bf05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bd0571b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bd0571b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd0571b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd056b22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd056b22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd0571af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bd0571dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bd056bf05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd056b28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd056b410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd056b410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd056b410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd056aa8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd056aa8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd056b1064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd056b1116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd056b1116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd056b1116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd056b129f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bd056af988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bd0571b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bd0571b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bd0571b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bd0571b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bd0571b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fd0757ffd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd056b22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd056b22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd0571af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd0571aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd0571a519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bd0571a519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bd0571a18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bd0571a18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bd0571b753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bd0571b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fd0757ffd8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd056b22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd056b22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd0571af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd0571aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bd0571dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bd056a99272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd056b09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd056b09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd0571aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd0571dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bd056af4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd056b09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd056b09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd0571aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd0571dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bd056a99272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056a89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd056a89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd056b09d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd056b09d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bd056aa8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bd056a98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bd056a98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bd056b9f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bd056a9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bd056a99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bd056bf07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bd056bf05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bd0571b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bd0571b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bd0571b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bd0571b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bd0571b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bd057617db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bd057617db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd0576176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0566ca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056b2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd056b28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd056b410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd056b410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd056b410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd056aa8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd056aa8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd056b1064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd056b1116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd056b1116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd056b1116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd056b0d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bd056aed4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bd056a98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd056a98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bd056b9f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bd056a99091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bd056a99091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bd056a9968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bd056a9968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bd056bf19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bd056bf19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bd0571b75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd056a8d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd056a8d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd0571af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd0571aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd0571aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd0571ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd0571ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd0571dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd056af5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd056bf32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd056bf32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bd056bf32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd056af4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bd056b9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd056b9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd056b958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd056b958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd056b958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd056b71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd056a9936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b1583a3936c 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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 351541
DEBUG    ya.test:process.py:259 Command (pid 351541) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 351541) elapsed time (sec): 19.755483150482178
DEBUG    ya.test:process.py:263 Command (pid 351541) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 351541) inblock: 512
DEBUG    ya.test:process.py:263 Command (pid 351541) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 351541) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 351541) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 351541) maxrss: 1441288
DEBUG    ya.test:process.py:263 Command (pid 351541) minflt: 957088
DEBUG    ya.test:process.py:263 Command (pid 351541) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 351541) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 351541) nivcsw: 1676
DEBUG    ya.test:process.py:263 Command (pid 351541) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 351541) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 351541) nvcsw: 102537
DEBUG    ya.test:process.py:263 Command (pid 351541) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 351541) stime: 3.613309
DEBUG    ya.test:process.py:263 Command (pid 351541) utime: 11.845969
DEBUG    ya.test:process.py:263 Command (pid 351541) wtime: 19.763
DEBUG    ya.test:process.py:275 Command (pid 351541) output:
2025-12-06T12:49:43.306483Z Fetching udfs...
2025-12-06T12:49:43.932212Z Initialization of fq runner...
2025-12-06T12:49:48.920808Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.640522s
2025-12-06T12:49:49.567436Z Fetching query results...
2025-12-06T12:49:49.567462Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 351541) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b1583b905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b15841580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b15841578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b1584154aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1583aa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1583aa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b158414ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1584150090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b1584150090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b1583b403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b1583b905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b15841580c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1583aa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1583aa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b158414ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b1584150090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b1584150090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b1583b403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b1583b905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b15841580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b15841578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b1584154aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1583ac2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1583ac2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b158414f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b158417b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b1583b91a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b1583b91a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b1583b91a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b15841575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1584154aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1583ac8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1583a438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b1583a4cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b15841573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b15841571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b1584156f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b1584154a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b1584154a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f15a27a3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1583aa9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1583aa9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b1583b43206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b1583b43206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b1583b3f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b1583b905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b15841580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b15841578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1584154aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1583ac2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1583ac2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b158414f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b158417bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b1583b905fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1583ac8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1583ae10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1583ae10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1583ae10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1583a48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1583a48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1583ab064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1583ab116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1583ab116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1583ab116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1583ab29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b1583a9988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b1584157044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b1584157044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b1584156f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b1584154a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b1584154a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f15a27a3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1583ac2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1583ac2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b158414f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b158414ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b158414519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b158414519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b15841418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b15841418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b158415753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b1584154aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f15a27a3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1583ac2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1583ac2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b158414f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b158414ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b158417bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b1583a39272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1583aa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1583aa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b158414ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b158417bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b1583a94b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1583aa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1583aa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b158414ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b158417bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b1583a39272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1583aa9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1583aa9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b1583a48ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b1583a38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b1583a38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b1583b3f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b1583b905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b15841580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b15841578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b1584154aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1583ac8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1583ae10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1583ae10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1583ae10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1583a48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1583a48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1583ab064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1583ab116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1583ab116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1583ab116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1583aad12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b1583a8d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b1583a38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1583a38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b1583b3f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b1583a39091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b1583a39091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b1583a3968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b1583a3968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b1583b919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b1583b919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b15841575c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1583a2d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b1583a2d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b158414f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b158417bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1583a3936c 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 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b1583b905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b15841580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b15841578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b1584154aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1583aa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1583aa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b158414ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1584150090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b1584150090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b1583b403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b1583b905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b15841580c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1583aa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1583aa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b158414ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b1584150090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b1584150090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b1583b403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b1583b905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b15841580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b15841578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b1584154aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1583ac2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1583ac2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b158414f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b158417b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b1583b91a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b1583b91a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b1583b91a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b15841575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1584154aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1583ac8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1583a438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b1583a4cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b15841573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b15841571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b1584156f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b1584154a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b1584154a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f15a27a3d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1583aa9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1583aa9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b1583b43206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b1583b43206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b1583b3f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b1583b905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b15841580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b15841578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1584154aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1583ac2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1583ac2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b158414f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b158417bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b1583b905fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1583ac8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1583ae10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1583ae10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1583ae10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1583a48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1583a48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1583ab064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1583ab116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1583ab116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1583ab116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1583ab29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b1583a9988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b1584157044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b1584157044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b1584156f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b1584154a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b1584154a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f15a27a3d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1583ac2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1583ac2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b158414f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b158414ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b158414519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b158414519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b15841418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b15841418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b158415753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b1584154aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f15a27a3d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1583ac2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1583ac2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b158414f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b158414ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b158417bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b1583a39272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1583aa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1583aa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b158414ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b158417bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b1583a94b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1583aa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1583aa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b158414ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b158417bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b1583a39272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583a29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1583a29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1583aa9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1583aa9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b1583a48ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b1583a38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b1583a38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b1583b3f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b1583a3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b1583a39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b1583b907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b1583b905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b15841580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b15841578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b1584154bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b1584154aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b1584154ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b15845b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b15845b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b15845b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b158366a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583ac172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1583ac8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1583ae10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1583ae10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1583ae10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1583a48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1583a48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1583ab064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1583ab116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1583ab116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1583ab116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1583aad12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b1583a8d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b1583a38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1583a38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b1583b3f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b1583a39091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b1583a39091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b1583a3968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b1583a3968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b1583b919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b1583b919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b15841575c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1583a2d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b1583a2d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b158414f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b158414ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b158414ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b158414c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b158414c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b158417bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1583a95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1583b932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1583b932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b1583b932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1583a94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b1583b3d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1583b3d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1583b358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1583b358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1583b358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1583b11960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1583a3936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bcd3c2b936c 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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 358987
DEBUG    ya.test:process.py:259 Command (pid 358987) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 358987) elapsed time (sec): 24.615509033203125
DEBUG    ya.test:process.py:263 Command (pid 358987) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358987) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 358987) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358987) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358987) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 358987) maxrss: 1438608
DEBUG    ya.test:process.py:263 Command (pid 358987) minflt: 952587
DEBUG    ya.test:process.py:263 Command (pid 358987) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 358987) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 358987) nivcsw: 5363
DEBUG    ya.test:process.py:263 Command (pid 358987) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 358987) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 358987) nvcsw: 99938
DEBUG    ya.test:process.py:263 Command (pid 358987) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 358987) stime: 3.5811640000000002
DEBUG    ya.test:process.py:263 Command (pid 358987) utime: 12.404989
DEBUG    ya.test:process.py:263 Command (pid 358987) wtime: 24.618
DEBUG    ya.test:process.py:275 Command (pid 358987) output:
2025-12-06T12:50:03.405619Z Fetching udfs...
2025-12-06T12:50:03.995357Z Initialization of fq runner...
2025-12-06T12:50:09.908864Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.869683s
2025-12-06T12:50:10.784291Z Fetching query results...
2025-12-06T12:50:10.784317Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 358987) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bcd3c4105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bcd3c9d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bcd3c9d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bcd3c9d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcd3c329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcd3c329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcd3c9cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcd3c9d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bcd3c9d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bcd3c3c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bcd3c4105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bcd3c9d80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcd3c329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcd3c329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcd3c9cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bcd3c9d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bcd3c9d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bcd3c3c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bcd3c4105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bcd3c9d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bcd3c9d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bcd3c9d4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcd3c342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcd3c342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcd3c9cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bcd3c9fb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bcd3c411a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bcd3c411a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bcd3c411a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bcd3c9d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bcd3c9d4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcd3c348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcd3c2c38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bcd3c2ccb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bcd3c9d73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bcd3c9d71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bcd3c9d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bcd3c9d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bcd3c9d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fcd5b028d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcd3c329eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcd3c329eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bcd3c3c3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bcd3c3c3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bcd3c3bf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bcd3c4105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bcd3c9d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bcd3c9d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bcd3c9d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcd3c342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcd3c342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcd3c9cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bcd3c9fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bcd3c4105fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcd3c348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcd3c3610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcd3c3610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcd3c3610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcd3c2c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcd3c2c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcd3c33064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcd3c33116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcd3c33116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcd3c33116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcd3c3329f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bcd3c31988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bcd3c9d7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bcd3c9d7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bcd3c9d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bcd3c9d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bcd3c9d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fcd5b028d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcd3c342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcd3c342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcd3c9cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcd3c9cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bcd3c9c519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bcd3c9c519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bcd3c9c18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bcd3c9c18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bcd3c9d753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bcd3c9d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fcd5b028d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcd3c342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcd3c342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcd3c9cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcd3c9cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bcd3c9fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bcd3c2b9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcd3c329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcd3c329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcd3c9cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bcd3c9fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bcd3c314b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcd3c329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcd3c329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcd3c9cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bcd3c9fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bcd3c2b9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcd3c329d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcd3c329d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bcd3c2c8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bcd3c2b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bcd3c2b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bcd3c3bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bcd3c4105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bcd3c9d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bcd3c9d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bcd3c9d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcd3c348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcd3c3610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcd3c3610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcd3c3610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcd3c2c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcd3c2c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcd3c33064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcd3c33116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcd3c33116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcd3c33116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcd3c32d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bcd3c30d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bcd3c2b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcd3c2b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bcd3c3bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bcd3c2b9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bcd3c2b9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bcd3c2b968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bcd3c2b968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bcd3c4119d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bcd3c4119d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bcd3c9d75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcd3c2ad882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bcd3c2ad882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bcd3c9cf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bcd3c9fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcd3c2b936c 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 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bcd3c4105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bcd3c9d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bcd3c9d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bcd3c9d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcd3c329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcd3c329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcd3c9cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcd3c9d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bcd3c9d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bcd3c3c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bcd3c4105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bcd3c9d80c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcd3c329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcd3c329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcd3c9cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bcd3c9d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bcd3c9d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bcd3c3c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bcd3c4105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bcd3c9d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bcd3c9d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bcd3c9d4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcd3c342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcd3c342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcd3c9cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bcd3c9fb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bcd3c411a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bcd3c411a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bcd3c411a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bcd3c9d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bcd3c9d4aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcd3c348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcd3c2c38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bcd3c2ccb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bcd3c9d73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bcd3c9d71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bcd3c9d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bcd3c9d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bcd3c9d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fcd5b028d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcd3c329eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcd3c329eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bcd3c3c3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bcd3c3c3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bcd3c3bf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bcd3c4105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bcd3c9d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bcd3c9d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bcd3c9d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcd3c342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcd3c342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcd3c9cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bcd3c9fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bcd3c4105fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcd3c348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcd3c3610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcd3c3610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcd3c3610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcd3c2c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcd3c2c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcd3c33064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcd3c33116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcd3c33116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcd3c33116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcd3c3329f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bcd3c31988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bcd3c9d7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bcd3c9d7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bcd3c9d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bcd3c9d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bcd3c9d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fcd5b028d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcd3c342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcd3c342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcd3c9cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcd3c9cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bcd3c9c519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bcd3c9c519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bcd3c9c18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bcd3c9c18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bcd3c9d753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bcd3c9d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fcd5b028d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcd3c342fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcd3c342fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcd3c9cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcd3c9cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bcd3c9fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bcd3c2b9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcd3c329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcd3c329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcd3c9cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bcd3c9fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bcd3c314b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcd3c329806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcd3c329806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcd3c9cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bcd3c9fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bcd3c2b9272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c2a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcd3c2a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcd3c329d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcd3c329d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bcd3c2c8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bcd3c2b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bcd3c2b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bcd3c3bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bcd3c2b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bcd3c2b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bcd3c4107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bcd3c4105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bcd3c9d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bcd3c9d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bcd3c9d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bcd3c9d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bcd3c9d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bcd3ce37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bcd3ce37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcd3ce376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcd3beea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c34172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcd3c348b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcd3c3610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcd3c3610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcd3c3610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcd3c2c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcd3c2c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcd3c33064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcd3c33116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcd3c33116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcd3c33116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcd3c32d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bcd3c30d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bcd3c2b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcd3c2b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bcd3c3bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bcd3c2b9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bcd3c2b9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bcd3c2b968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bcd3c2b968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bcd3c4119d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bcd3c4119d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bcd3c9d75c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcd3c2ad882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bcd3c2ad882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bcd3c9cf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcd3c9cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcd3c9cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcd3c9cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcd3c9cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bcd3c9fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcd3c315f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcd3c4132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcd3c4132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bcd3c4132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcd3c314d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bcd3c3bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcd3c3bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcd3c3b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcd3c3b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcd3c3b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcd3c391960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcd3c2b936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bf6e785936c 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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 370925
DEBUG    ya.test:process.py:259 Command (pid 370925) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 370925) elapsed time (sec): 20.703020572662354
DEBUG    ya.test:process.py:263 Command (pid 370925) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 370925) inblock: 504
DEBUG    ya.test:process.py:263 Command (pid 370925) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 370925) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 370925) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 370925) maxrss: 1433384
DEBUG    ya.test:process.py:263 Command (pid 370925) minflt: 957487
DEBUG    ya.test:process.py:263 Command (pid 370925) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 370925) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 370925) nivcsw: 2480
DEBUG    ya.test:process.py:263 Command (pid 370925) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 370925) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 370925) nvcsw: 102682
DEBUG    ya.test:process.py:263 Command (pid 370925) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 370925) stime: 3.981911
DEBUG    ya.test:process.py:263 Command (pid 370925) utime: 11.965152
DEBUG    ya.test:process.py:263 Command (pid 370925) wtime: 20.706
DEBUG    ya.test:process.py:275 Command (pid 370925) output:
2025-12-06T12:50:28.290975Z Fetching udfs...
2025-12-06T12:50:28.835675Z Initialization of fq runner...
2025-12-06T12:50:33.526039Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.630089s
2025-12-06T12:50:34.163767Z Fetching query results...
2025-12-06T12:50:34.163794Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 370925) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bf6e79b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bf6e7f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bf6e7f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bf6e7f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf6e78c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf6e78c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf6e7f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf6e7f70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bf6e7f70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bf6e79603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bf6e79b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bf6e7f780c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf6e78c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf6e78c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf6e7f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bf6e7f70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bf6e7f70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bf6e79603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bf6e79b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bf6e7f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bf6e7f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bf6e7f74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf6e78e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf6e78e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf6e7f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf6e7f9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bf6e79b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bf6e79b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bf6e79b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bf6e7f775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf6e7f74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf6e78e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf6e78638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bf6e786cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bf6e7f773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bf6e7f771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bf6e7f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bf6e7f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bf6e7f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7ff7065bad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf6e78c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf6e78c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bf6e7963206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bf6e7963206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bf6e795f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bf6e79b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bf6e7f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bf6e7f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf6e7f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf6e78e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf6e78e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf6e7f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bf6e7f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bf6e79b05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf6e78e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf6e79010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf6e79010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf6e79010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf6e7868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf6e7868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf6e78d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf6e78d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf6e78d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf6e78d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf6e78d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bf6e78b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bf6e7f77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bf6e7f77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bf6e7f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bf6e7f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bf6e7f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7ff7065bad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf6e78e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf6e78e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf6e7f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf6e7f6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf6e7f6519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bf6e7f6519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bf6e7f618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bf6e7f618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bf6e7f7753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bf6e7f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7ff7065bad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf6e78e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf6e78e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf6e7f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf6e7f6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bf6e7f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bf6e7859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf6e78c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf6e78c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf6e7f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf6e7f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bf6e78b4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf6e78c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf6e78c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf6e7f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf6e7f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bf6e7859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf6e78c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf6e78c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bf6e7868ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bf6e7858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bf6e7858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bf6e795f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bf6e79b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bf6e7f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bf6e7f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bf6e7f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf6e78e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf6e79010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf6e79010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf6e79010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf6e7868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf6e7868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf6e78d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf6e78d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf6e78d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf6e78d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf6e78cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bf6e78ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bf6e7858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf6e7858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bf6e795f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bf6e7859091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bf6e7859091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bf6e785968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bf6e785968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bf6e79b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bf6e79b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bf6e7f775c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf6e784d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf6e784d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf6e7f6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf6e7f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf6e785936c 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 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bf6e79b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bf6e7f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bf6e7f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bf6e7f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf6e78c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf6e78c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf6e7f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf6e7f70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bf6e7f70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bf6e79603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bf6e79b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bf6e7f780c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf6e78c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf6e78c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf6e7f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bf6e7f70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bf6e7f70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bf6e79603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bf6e79b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bf6e7f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bf6e7f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bf6e7f74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf6e78e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf6e78e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf6e7f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf6e7f9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bf6e79b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bf6e79b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bf6e79b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bf6e7f775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf6e7f74aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf6e78e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf6e78638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bf6e786cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bf6e7f773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bf6e7f771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bf6e7f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bf6e7f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bf6e7f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7ff7065bad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf6e78c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf6e78c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bf6e7963206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bf6e7963206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bf6e795f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bf6e79b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bf6e7f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bf6e7f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf6e7f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf6e78e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf6e78e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf6e7f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bf6e7f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bf6e79b05fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf6e78e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf6e79010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf6e79010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf6e79010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf6e7868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf6e7868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf6e78d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf6e78d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf6e78d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf6e78d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf6e78d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bf6e78b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bf6e7f77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bf6e7f77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bf6e7f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bf6e7f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bf6e7f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7ff7065bad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf6e78e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf6e78e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf6e7f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf6e7f6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf6e7f6519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bf6e7f6519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bf6e7f618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bf6e7f618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bf6e7f7753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bf6e7f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7ff7065bad8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf6e78e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf6e78e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf6e7f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf6e7f6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bf6e7f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bf6e7859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf6e78c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf6e78c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf6e7f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf6e7f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bf6e78b4b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf6e78c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf6e78c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf6e7f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf6e7f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bf6e7859272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e7849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf6e7849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf6e78c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf6e78c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bf6e7868ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bf6e7858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bf6e7858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bf6e795f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bf6e785936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bf6e7859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bf6e79b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bf6e79b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bf6e7f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bf6e7f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bf6e7f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bf6e7f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bf6e7f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bf6e83d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bf6e83d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf6e83d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf6e748a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e78e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf6e78e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf6e79010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf6e79010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf6e79010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf6e7868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf6e7868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf6e78d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf6e78d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf6e78d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf6e78d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf6e78cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bf6e78ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bf6e7858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf6e7858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bf6e795f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bf6e7859091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bf6e7859091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bf6e785968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bf6e785968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bf6e79b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bf6e79b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bf6e7f775c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf6e784d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf6e784d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf6e7f6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf6e7f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf6e7f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf6e7f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf6e7f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf6e7f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf6e78b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf6e79b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf6e79b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bf6e79b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf6e78b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bf6e795d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf6e795d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf6e79558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf6e79558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf6e79558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf6e7931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf6e785936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b9d82e2936c 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/ymbb/0021ae/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/ymbb/0021ae/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/ymbb/0021ae/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/plan.json', '--log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_3.txt']' in '/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 376037
DEBUG    ya.test:process.py:259 Command (pid 376037) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 376037) elapsed time (sec): 18.60753107070923
DEBUG    ya.test:process.py:263 Command (pid 376037) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 376037) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 376037) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 376037) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 376037) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 376037) maxrss: 1434684
DEBUG    ya.test:process.py:263 Command (pid 376037) minflt: 959796
DEBUG    ya.test:process.py:263 Command (pid 376037) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 376037) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 376037) nivcsw: 840
DEBUG    ya.test:process.py:263 Command (pid 376037) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 376037) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 376037) nvcsw: 103756
DEBUG    ya.test:process.py:263 Command (pid 376037) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 376037) stime: 4.024416
DEBUG    ya.test:process.py:263 Command (pid 376037) utime: 12.036105
DEBUG    ya.test:process.py:263 Command (pid 376037) wtime: 18.61
DEBUG    ya.test:process.py:275 Command (pid 376037) output:
2025-12-06T12:50:49.222794Z Fetching udfs...
2025-12-06T12:50:49.710386Z Initialization of fq runner...
2025-12-06T12:50:53.451900Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.644184s
2025-12-06T12:50:54.102869Z Fetching query results...
2025-12-06T12:50:54.102899Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 376037) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b9d82f805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b9d835480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b9d835478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b9d83544aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d82e99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d82e99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9d8353ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9d83540090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b9d83540090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b9d82f303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b9d82f805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b9d835480c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d82e99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d82e99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9d8353ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b9d83540090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b9d83540090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b9d82f303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b9d82f805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b9d835480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b9d835478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b9d83544aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d82eb2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9d82eb2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9d8353f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9d8356b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b9d82f81a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b9d82f81a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b9d82f81a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b9d835475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9d83544aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d82eb8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9d82e338f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b9d82e3cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b9d835473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b9d835471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b9d83546f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b9d83544a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b9d83544a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f9da1b96d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d82e99eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d82e99eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b9d82f33206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b9d82f33206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b9d82f2f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b9d82f805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b9d835480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b9d835478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9d83544aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d82eb2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9d82eb2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9d8353f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b9d8356bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b9d82f805fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d82eb8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9d82ed10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9d82ed10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9d82ed10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9d82e38dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9d82e38dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9d82ea064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9d82ea116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9d82ea116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9d82ea116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9d82ea29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b9d82e8988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b9d83547044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b9d83547044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b9d83546f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b9d83544a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b9d83544a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f9da1b96d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d82eb2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9d82eb2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9d8353f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9d8353ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b9d8353519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b9d8353519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b9d835318ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b9d835318c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b9d8354753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b9d83544aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f9da1b96d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d82eb2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9d82eb2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9d8353f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9d8353ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b9d8356bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b9d82e29272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d82e99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d82e99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9d8353ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9d8356bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b9d82e84b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d82e99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d82e99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9d8353ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9d8356bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b9d82e29272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d82e99d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d82e99d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b9d82e38ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b9d82e28ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b9d82e28ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b9d82f2f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b9d82f805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b9d835480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b9d835478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b9d83544aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d82eb8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9d82ed10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9d82ed10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9d82ed10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9d82e38dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9d82e38dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9d82ea064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9d82ea116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9d82ea116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9d82ea116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9d82e9d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b9d82e7d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b9d82e28ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9d82e28ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b9d82f2f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b9d82e29091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b9d82e29091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b9d82e2968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b9d82e2968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b9d82f819d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b9d82f819d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b9d835475c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9d82e1d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9d82e1d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b9d8353f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9d8356bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9d82e2936c 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 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b9d82f805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b9d835480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b9d835478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b9d83544aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d6e1bdc 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d82e99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d82e99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9d8353ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9d83540090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b9d83540090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b9d82f303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b9d82f805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b9d835480c4 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d82e99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d82e99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9d8353ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b9d83540090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b9d83540090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b9d82f303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b9d82f805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b9d835480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b9d835478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b9d83544aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d82eb2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9d82eb2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9d8353f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9d8356b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b9d82f81a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b9d82f81a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b9d82f81a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b9d835475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9d83544aca 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d82eb8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9d82e338f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b9d82e3cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b9d835473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b9d835471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b9d83546f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b9d83544a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b9d83544a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f9da1b96d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d82e99eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d82e99eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b9d82f33206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b9d82f33206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b9d82f2f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b9d82f805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b9d835480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b9d835478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9d83544aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d82eb2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9d82eb2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9d8353f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b9d8356bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b9d82f805fa 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d82eb8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9d82ed10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9d82ed10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9d82ed10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9d82e38dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9d82e38dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9d82ea064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9d82ea116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9d82ea116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9d82ea116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9d82ea29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b9d82e8988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b9d83547044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b9d83547044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b9d83546f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b9d83544a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b9d83544a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f9da1b96d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d82eb2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9d82eb2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9d8353f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9d8353ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b9d8353519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b9d8353519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b9d835318ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b9d835318c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b9d8354753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b9d83544aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d6e1bdc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db7cedd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d6c4d17 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f9da1b96d8f  (/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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d82eb2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9d82eb2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9d8353f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9d8353ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b9d8356bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b9d82e29272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d82e99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d82e99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9d8353ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9d8356bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b9d82e84b35 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d82e99806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d82e99806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9d8353ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9d8356bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b9d82e29272 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82e19f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d82e19f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d82e99d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d82e99d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b9d82e38ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b9d82e28ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b9d82e28ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b9d82f2f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b9d82e2936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b9d82e29272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b9d82f807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b9d82f805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b9d835480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b9d835478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b9d83544bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b9d83544aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b9d83544ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b9d839a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b9d839a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d839a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d82a5a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x0000278d0b29 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x0000278c9dbb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003a651f53 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82eb172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d82eb8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9d82ed10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9d82ed10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9d82ed10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9d82e38dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9d82e38dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9d82ea064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9d82ea116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9d82ea116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9d82ea116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9d82e9d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b9d82e7d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b9d82e28ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9d82e28ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b9d82f2f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b9d82e29091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b9d82e29091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b9d82e2968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b9d82e2968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b9d82f819d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b9d82f819d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b9d835475c6 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 0x00001d7b8464 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9d82e1d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9d82e1d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b9d8353f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d8353ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9d8353ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9d8353c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9d8353c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9d8356bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9d82e85f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9d82f832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9d82f832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b9d82f832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9d82e84d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b9d82f2d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9d82f2d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9d82f258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9d82f258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9d82f258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9d82f01960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9d82e2936c 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 ===============================
74.15s call     test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
24.67s call     test_sql_streaming.py::test[watermarks-watermarks_adjust-default.txt]
22.58s call     test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
20.78s call     test_sql_streaming.py::test[watermarks-watermarks_as-default.txt]
19.82s call     test_sql_streaming.py::test[watermarks-watermarks-default.txt]
19.64s call     test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
18.67s call     test_sql_streaming.py::test[watermarks-watermarks_drop-default.txt]
0.10s setup    test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
0.02s setup    test_sql_streaming.py::test[watermarks-watermarks-default.txt]
0.02s setup    test_sql_streaming.py::test[watermarks-watermarks_as-default.txt]
0.02s setup    test_sql_streaming.py::test[watermarks-watermarks_drop-default.txt]
0.02s setup    test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks_adjust-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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a84iyfwx/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b016e581960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b016e5b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b016e4a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b016e4a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b016e4a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b016e600cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b016e600cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b016e580977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b016e580977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b016e504b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b016e4a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b016e4a936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_qo7diorc/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7a781b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b7a781e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7a780d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7a780d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7a780d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7a78230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b7a78230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b7a781b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7a781b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7a78134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b7a780d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b7a780d936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_f1xf2zcc/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd056b71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd056ba140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd056a99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd056a99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd056a99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd056bf0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bd056bf0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bd056b70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd056b70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd056af4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd056a9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd056a9936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_usmzlrxx/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1583b11960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1583b4140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1583a39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1583a39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1583a39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1583b90cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1583b90cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1583b10977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1583b10977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1583a94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1583a3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1583a3936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_93vtcftq/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcd3c391960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcd3c3c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcd3c2b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcd3c2b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcd3c2b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcd3c410cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bcd3c410cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bcd3c390977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcd3c390977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcd3c314b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcd3c2b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcd3c2b936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_95p8zl2r/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf6e7931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf6e796140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf6e7859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf6e7859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf6e7859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf6e79b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf6e79b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf6e7930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf6e7930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf6e78b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf6e785936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf6e785936c 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/ymbb/0021ae/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/results.txt --ast-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/ast.txt --plan-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/plan.json --log-file=/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ymbb/0021ae/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/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ymbb/0021ae/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_h8hlcymw/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9d82f01960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9d82f3140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9d82e29e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9d82e29e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9d82e29d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9d82f80cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9d82f80cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9d82f00977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9d82f00977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9d82e84b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9d82e2936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9d82e2936c 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 202.81s (0:03:22) =========================
